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