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