Skip to content

Commit

Permalink
updating version number in init
Browse files Browse the repository at this point in the history
  • Loading branch information
jgostick committed Jun 2, 2016
1 parent be48070 commit 1398472
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 @@ -44,7 +44,7 @@
if _sp.__version__ < '0.14.0':
raise Exception('OpenPNM requires SciPy version 0.14.0 or greater')

__version__ = '1.4.6'
__version__ = '1.5'

from . import Base
from . import Network
Expand Down

0 comments on commit 1398472

Please sign in to comment.