Skip to content
Snippets Groups Projects
Commit 706eed5c authored by Benoit Delinchant's avatar Benoit Delinchant
Browse files

versionnement 1.0.2

parent 24b82ca2
Branches
Tags 1.0.2
No related merge requests found
......@@ -54,7 +54,7 @@ Enjoy your time using NoLOAD !
Library Installation Requirements
---------------------------------
Autograd >= 1.2
Autograd >= 1.3
Matplotlib >= 3.0
Scipy >= 1.2
......
......@@ -10,7 +10,7 @@ from setuptools import setup, find_packages
# ------------------------------------------------------------------------------
# Module version
__version_info__ = (1, 0, 1)
__version_info__ = (1, 0, 2)
__version__ = ".".join(str(x) for x in __version_info__)
# Documentation strings format
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment