diff --git a/setup.py b/setup.py index da0fa95..ace4f82 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='neuralnetlib', - version='0.4.1', + version='0.5.0', author='Marc Pinet', description='A simple neural network library with only numpy as dependency', long_description=open('README.md', encoding="utf-8").read(),