We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad82468 commit 2f3120eCopy full SHA for 2f3120e
aiidalab_launch/version.py
@@ -12,4 +12,4 @@
12
except RuntimeError:
13
__version__ = get_version("aiidalab-launch").serialize()
14
except ImportError:
15
- __version__ = "v2023.1019"
+ __version__ = "v2024.1020"
setup.cfg
@@ -53,7 +53,7 @@ disallow_untyped_calls = True
53
ignore_missing_imports = True
54
55
[bumpver]
56
-current_version = "v2023.1019"
+current_version = "v2024.1020"
57
version_pattern = "vYYYY.BUILD[PYTAGNUM]"
58
commit_message = "Bump version {old_version} -> {new_version}"
59
commit = True
0 commit comments