Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
updating __version__ in the __init__ file
  • Loading branch information
jgostick committed Apr 27, 2016
1 parent 589d8ed commit 19f69d4
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.5'
__version__ = '1.4.6'

from . import Base
from . import Network
Expand Down

0 comments on commit 19f69d4

Please sign in to comment.