Skip to content

Commit

Permalink
Bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mdenker committed Apr 15, 2021
1 parent 8e59ef1 commit d882c55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion networkunit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

from . import tests, models, capabilities, scores, plots

__version__ = "0.1.0"
__version__ = "0.1.2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name="networkunit",
version='0.1.1',
version='0.1.2',
packages=['networkunit', 'figures', 'examples'],
package_data={'networkunit':[
os.path.join('tests','*.py'),
Expand Down

0 comments on commit d882c55

Please sign in to comment.