-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
65c896a
commit 385dbe5
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
author_email='[email protected], [email protected]', | ||
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." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,6 @@ | |
from .ensemble_generator import * | ||
from .models_functions import * | ||
|
||
__version__ = "1.0.4" | ||
__version__ = "1.0.5" | ||
__author__ = """Nicolo' Vallarano ([email protected]) | ||
Emiliano Marchese ([email protected])""" |