We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f7a6ce commit 2c1bc89Copy full SHA for 2c1bc89
.bumpversion.toml
@@ -1,5 +1,5 @@
1
[tool.bumpversion]
2
-current_version = "0.3.0"
+current_version = "0.4.0"
3
commit = true
4
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
5
serialize = ["{major}.{minor}.{patch}"]
_docs/_quarto.yml
@@ -103,7 +103,7 @@ quartodoc:
103
# write sidebar and style data
104
sidebar: api/_sidebar.yml
105
css: api/_styles-quartodoc.css
106
- version: 0.3.0
+ version: 0.4.0
107
dir: api
108
109
sections:
src/sbmlsim/__init__.py
@@ -3,7 +3,7 @@
from pathlib import Path
__author__ = "Matthias Koenig"
6
-__version__ = "0.3.0"
+__version__ = "0.4.0"
7
8
9
BASE_PATH = Path(__file__).parent
0 commit comments