From 2f3120e0f8f9cf14145dcc8a42369c9bae943a32 Mon Sep 17 00:00:00 2001 From: Daniel Hollas Date: Sat, 17 Feb 2024 22:07:05 +0000 Subject: [PATCH] Bump version v2023.1019 -> v2024.1020 --- aiidalab_launch/version.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aiidalab_launch/version.py b/aiidalab_launch/version.py index 7210037..a568076 100644 --- a/aiidalab_launch/version.py +++ b/aiidalab_launch/version.py @@ -12,4 +12,4 @@ except RuntimeError: __version__ = get_version("aiidalab-launch").serialize() except ImportError: - __version__ = "v2023.1019" + __version__ = "v2024.1020" diff --git a/setup.cfg b/setup.cfg index de59097..1a5d2f6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -53,7 +53,7 @@ disallow_untyped_calls = True ignore_missing_imports = True [bumpver] -current_version = "v2023.1019" +current_version = "v2024.1020" version_pattern = "vYYYY.BUILD[PYTAGNUM]" commit_message = "Bump version {old_version} -> {new_version}" commit = True