Skip to content

Commit

Permalink
Increasing version number for deployment to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
jgostick committed Jul 5, 2017
1 parent e57ebb3 commit c061e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenPNM/__init__.py
Original file line number Diff line number Diff line change
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.1'
__version__ = '1.6.2'

from . import Base
from . import Network
Expand Down

0 comments on commit c061e86

Please sign in to comment.