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