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