Skip to content

Commit 295b408

Browse files
Bump version: 0.2.2 → 0.3.0
1 parent 76e4fd9 commit 295b408

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.2.2"
2+
current_version = "0.3.0"
33
commit = true
44
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
55
serialize = ["{major}.{minor}.{patch}"]

src/sbmlsim/__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 Koenig"
6-
__version__ = "0.2.2"
6+
__version__ = "0.3.0"
77

88

99
BASE_PATH = Path(__file__).parent

0 commit comments

Comments
 (0)