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