Skip to content

Commit 38af93c

Browse files
Bump version: 0.9.0 → 0.9.1
1 parent 0583348 commit 38af93c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.9.0
2+
current_version = 0.9.1
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55

66
if __name__ == "__main__":
7-
setup(version="0.9.0")
7+
setup(version="0.9.1")

src/sbmlutils/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from pathlib import Path
44

55
__author__ = "Matthias König"
6-
__version__ = "0.9.0"
6+
__version__ = "0.9.1"
77

88

99
program_name = "sbmlutils"

0 commit comments

Comments
 (0)