Skip to content

Commit 54c4846

Browse files
Bump version: 0.1.8 → 0.1.9
1 parent cb73b90 commit 54c4846

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.8
2+
current_version = 0.1.9
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44

55
if __name__ == "__main__":
6-
setup(version="0.1.8")
6+
setup(version="0.1.9")

src/sbmlsim/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from pathlib import Path
22

3-
__version__ = "0.1.8"
4-
__version__ = "0.1.8"
3+
__version__ = "0.1.9"
4+
__version__ = "0.1.9"
55

66
BASE_PATH = Path(__file__).parent

0 commit comments

Comments
 (0)