We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b0ebf8 commit 4117e44Copy full SHA for 4117e44
aiidalab_eln/version.py
@@ -1,4 +1,4 @@
1
#!/usr/bin/env python
2
"""This module contains project version information."""
3
4
-__version__ = "0.1.1"
+__version__ = "0.1.2"
setup.cfg
@@ -52,7 +52,7 @@ ignore =
52
E203 # Whitespace before ':', preferred formatting for black.
53
54
[bumpver]
55
-current_version = "v0.1.1"
+current_version = "v0.1.2"
56
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
57
commit_message = "Bump version {old_version} -> {new_version}."
58
commit = True
0 commit comments