Skip to content

Commit

Permalink
Merge pull request #104 from njzjz/njzjz-patch-1
Browse files Browse the repository at this point in the history
fix: version number
  • Loading branch information
njzjz authored Feb 9, 2019
2 parents 6018c63 + f10eedc commit 8f7ff43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reacnetgenerator/_version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Obtain the version."""
from pkg_resources import DistributionNotFound, get_distribution
try:
__version__ = get_distribution(__name__).version
__version__ = get_distribution('reacnetgenerator').version
except DistributionNotFound:
__version__ = ''

0 comments on commit 8f7ff43

Please sign in to comment.