We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76e4fd9 commit 295b408Copy full SHA for 295b408
.bumpversion.toml
@@ -1,5 +1,5 @@
1
[tool.bumpversion]
2
-current_version = "0.2.2"
+current_version = "0.3.0"
3
commit = true
4
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
5
serialize = ["{major}.{minor}.{patch}"]
src/sbmlsim/__init__.py
@@ -3,7 +3,7 @@
from pathlib import Path
__author__ = "Matthias Koenig"
6
-__version__ = "0.2.2"
+__version__ = "0.3.0"
7
8
9
BASE_PATH = Path(__file__).parent
0 commit comments