Skip to content

Commit

Permalink
v2.0.1:requirements fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloval committed Feb 16, 2021
1 parent 3b75ef3 commit f058f84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
author_email='nicolo.vallarano@imtlucca.it, emiliano.marchese@imtlucca.it, matteo.bruno@imtlucca.it',
packages=["NEMtropy"],
package_dir={'': 'src'},
version="2.0.0",
version="2.0.1",
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 from the ERGM family."
Expand Down
2 changes: 1 addition & 1 deletion src/NEMtropy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .ensemble_generator import *
from .models_functions import *

__version__ = "2.0.0"
__version__ = "2.0.1"
__author__ = """Nicolo' Vallarano (nicolo.vallarano@imtlucca.it)
Emiliano Marchese (emiliano.marchese@imtulucca.it)
Matteo Bruno (matteo.bruno@imtlucca.it)"""

0 comments on commit f058f84

Please sign in to comment.