diff --git a/setup.py b/setup.py index bf6de59..7562186 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='neuralnetlib', - version='4.1.0', + version='4.2.0', author='Marc Pinet', description='A flexible deep learning framework built from scratch using only NumPy', long_description=open('README.md', encoding="utf-8").read(),