diff --git a/setup.py b/setup.py index 3c637e26..2d8587b0 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ ' matteo.bruno@imtlucca.it', packages=["NEMtropy"], package_dir={'': 'src'}, - version="2.0.1", + version="2.0.2", description="NEMtropy is a Maximum-Entropy toolbox for networks, it" " provides the user with a state of the art solver for a" " range variety of Maximum Entropy Networks models derived" diff --git a/src/NEMtropy/__init__.py b/src/NEMtropy/__init__.py index 63a8a9a7..f3294356 100644 --- a/src/NEMtropy/__init__.py +++ b/src/NEMtropy/__init__.py @@ -3,7 +3,7 @@ from .ensemble_generator import * from .models_functions import * -__version__ = "2.0.1" +__version__ = "2.0.2" __author__ = """Nicolo' Vallarano (nicolo.vallarano@imtlucca.it) Emiliano Marchese (emiliano.marchese@imtulucca.it) Matteo Bruno (matteo.bruno@imtlucca.it)"""