We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc88b71 commit 6b818deCopy full SHA for 6b818de
.bumpversion.toml
@@ -1,5 +1,5 @@
1
[tool.bumpversion]
2
-current_version = "0.9.4"
+current_version = "0.9.5"
3
commit = true
4
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
5
serialize = ["{major}.{minor}.{patch}"]
src/sbmlutils/__init__.py
@@ -3,7 +3,7 @@
from pathlib import Path
__author__ = "Matthias König"
6
-__version__ = "0.9.4"
+__version__ = "0.9.5"
7
8
9
program_name = "sbmlutils"
0 commit comments