diff --git a/openpnm/__version__.py b/openpnm/__version__.py index 5cd7abf832..cb9dc8a91d 100644 --- a/openpnm/__version__.py +++ b/openpnm/__version__.py @@ -1 +1 @@ -__version__ = '2.4.1' +__version__ = '2.4.2' diff --git a/setup.cfg b/setup.cfg index 7be280474b..67a9bf025b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.4.1 +current_version = 2.4.2 [flake8] ignore = E122,E127,E203,E222,E226,E225,E241,E402,W503,F401