From a9f39cb61eb59c973e996736172874ecb6a0142c Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 8 Sep 2021 14:08:55 +0000 Subject: [PATCH] Bump version number --- openpnm/__version__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openpnm/__version__.py b/openpnm/__version__.py index 80e22f7ae2..964a32ab4b 100644 --- a/openpnm/__version__.py +++ b/openpnm/__version__.py @@ -1 +1 @@ -__version__ = '2.8.1' +__version__ = '2.8.2' diff --git a/setup.cfg b/setup.cfg index 5467ab0c0a..7d3ac52aec 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.8.1 +current_version = 2.8.2 [flake8] ignore = E122,E127,E203,E222,E226,E225,E241,E402,W503,F401