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 b9639a9 commit 11a6932Copy full SHA for 11a6932
aiidalab_launch/version.py
@@ -14,4 +14,4 @@
14
except RuntimeError:
15
__version__ = get_version("aiidalab-launch").serialize()
16
except ImportError:
17
- __version__ = "v2022.1010"
+ __version__ = "v2022.1011"
setup.cfg
@@ -66,7 +66,7 @@ disallow_untyped_calls = True
66
ignore_missing_imports = True
67
68
[bumpver]
69
-current_version = "v2022.1010"
+current_version = "v2022.1011"
70
version_pattern = "vYYYY.BUILD[PYTAGNUM]"
71
commit_message = "Bump version {old_version} -> {new_version}"
72
commit = True
0 commit comments