We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0583348 commit 38af93cCopy full SHA for 38af93c
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.9.0
+current_version = 0.9.1
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)
setup.py
@@ -4,4 +4,4 @@
6
if __name__ == "__main__":
7
- setup(version="0.9.0")
+ setup(version="0.9.1")
src/sbmlutils/__init__.py
@@ -3,7 +3,7 @@
from pathlib import Path
__author__ = "Matthias König"
-__version__ = "0.9.0"
+__version__ = "0.9.1"
8
9
program_name = "sbmlutils"
0 commit comments