We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e7a59f commit 9da0ed7Copy full SHA for 9da0ed7
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.2"
+__version__ = "0.1.3"
setup.cfg
@@ -48,7 +48,7 @@ ignore =
48
E203
49
50
[bumpver]
51
-current_version = "v0.1.2"
+current_version = "v0.1.3"
52
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
53
commit_message = "Bump version {old_version} -> {new_version}."
54
commit = True
0 commit comments