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