Skip to content

Commit 2c1bc89

Browse files
Bump version: 0.3.0 → 0.4.0
1 parent 2f7a6ce commit 2c1bc89

File tree

3 files changed

+3
-3
lines changed

3 files changed

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

_docs/_quarto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ quartodoc:
103103
# write sidebar and style data
104104
sidebar: api/_sidebar.yml
105105
css: api/_styles-quartodoc.css
106-
version: 0.3.0
106+
version: 0.4.0
107107
dir: api
108108

109109
sections:

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.3.0"
6+
__version__ = "0.4.0"
77

88

99
BASE_PATH = Path(__file__).parent

0 commit comments

Comments
 (0)