diff --git a/openpnm/__version__.py b/openpnm/__version__.py index b8c5494802..f0e5e1eae4 100644 --- a/openpnm/__version__.py +++ b/openpnm/__version__.py @@ -1 +1 @@ -__version__ = '2.5.1' +__version__ = '2.6.0' diff --git a/setup.cfg b/setup.cfg index 1e2fe25731..cae46a5e97 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.5.1 +current_version = 2.6.0 [flake8] ignore = E122,E127,E203,E222,E226,E225,E241,E402,W503,F401