Skip to content

Commit

Permalink
fixed bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilianoMarchese committed Feb 9, 2021
1 parent 65c896a commit 385dbe5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "Emiliano Marchese, Nicolo' Vallarano"

# The full version, including alpha/beta/rc tags
release = '1.0.4'
release = '1.0.5'


# -- General configuration ---------------------------------------------------
Expand Down
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',
packages=["NEMtropy"],
package_dir={'': 'src'},
version="1.0.4",
version="1.0.5",
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,6 +3,6 @@
from .ensemble_generator import *
from .models_functions import *

__version__ = "1.0.4"
__version__ = "1.0.5"
__author__ = """Nicolo' Vallarano (nicolo.vallarano@imtlucca.it)
Emiliano Marchese (emiliano.marchese@imtulucca.it)"""

0 comments on commit 385dbe5

Please sign in to comment.