Skip to content

Commit 1053086

Browse files
Bump version: 0.1.9 → 0.1.10
1 parent 136e440 commit 1053086

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.9
2+
current_version = 0.1.10
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.9")
6+
setup(version="0.1.10")

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.9"
4-
__version__ = "0.1.9"
3+
__version__ = "0.1.10"
4+
__version__ = "0.1.10"
55

66
BASE_PATH = Path(__file__).parent

0 commit comments

Comments
 (0)