Skip to content

Commit

Permalink
Bumping version number to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgostick committed Jul 9, 2018
1 parent 5eab77f commit b634951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenPNM/__init__.py
Expand Up @@ -54,7 +54,7 @@
if _sys.version_info < (3, 4):
raise Exception('OpenPNM requires Python 3.4 or greater to run')

__version__ = '1.6.2'
__version__ = '1.7.0'

from . import Base
from . import Network
Expand Down

0 comments on commit b634951

Please sign in to comment.