diff --git a/aiidalab/__init__.py b/aiidalab/__init__.py index 85996c02..0e4afe25 100644 --- a/aiidalab/__init__.py +++ b/aiidalab/__init__.py @@ -3,4 +3,4 @@ __all__ = ["DEVELOP_MODE"] -__version__ = "22.7.0" +__version__ = "22.8.0" diff --git a/setup.cfg b/setup.cfg index a56fd372..799eabd4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -72,7 +72,7 @@ exclude = docs/ [bumpver] -current_version = "v22.07.0" +current_version = "v22.08.0" version_pattern = "v0Y.0M.PATCH[PYTAGNUM]" commit_message = "Bump version {old_version} -> {new_version}" commit = True