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 4d63757 commit b8d4da5Copy full SHA for b8d4da5
aiidalab_launch/version.py
@@ -12,4 +12,4 @@
12
except RuntimeError:
13
__version__ = get_version("aiidalab-launch").serialize()
14
except ImportError:
15
- __version__ = "v2022.1016"
+ __version__ = "v2023.1017"
setup.cfg
@@ -63,7 +63,7 @@ disallow_untyped_calls = True
63
ignore_missing_imports = True
64
65
[bumpver]
66
-current_version = "v2022.1016"
+current_version = "v2023.1017"
67
version_pattern = "vYYYY.BUILD[PYTAGNUM]"
68
commit_message = "Bump version {old_version} -> {new_version}"
69
commit = True
0 commit comments