From c061e863cac4a6e2c6ce1e52eccad5a1490d1e7e Mon Sep 17 00:00:00 2001 From: jgostick Date: Wed, 5 Jul 2017 10:39:02 -0400 Subject: [PATCH] Increasing version number for deployment to PyPI --- OpenPNM/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenPNM/__init__.py b/OpenPNM/__init__.py index e75834a7b1..856b3d27d0 100644 --- a/OpenPNM/__init__.py +++ b/OpenPNM/__init__.py @@ -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