From 444682200af212d28621ccf8d689cc9a624eafe6 Mon Sep 17 00:00:00 2001 From: Aliaksandr Yakutovich Date: Thu, 18 Aug 2022 15:03:45 +0200 Subject: [PATCH] Bump version v22.07.0 -> v22.08.0 --- aiidalab/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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