Skip to content

Commit 6b818de

Browse files
Bump version: 0.9.4 → 0.9.5
1 parent bc88b71 commit 6b818de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.9.4"
2+
current_version = "0.9.5"
33
commit = true
44
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
55
serialize = ["{major}.{minor}.{patch}"]

src/sbmlutils/__init__.py

Lines changed: 1 addition & 1 deletion
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.4"
6+
__version__ = "0.9.5"
77

88

99
program_name = "sbmlutils"

0 commit comments

Comments
 (0)