Skip to content

Commit 5daf666

Browse files
Bump version: 0.1.14 → 0.2.0
1 parent b3635b3 commit 5daf666

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.14
2+
current_version = 0.2.0
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
@@ -4,4 +4,4 @@
44

55

66
if __name__ == "__main__":
7-
setup(version="0.1.14")
7+
setup(version="0.2.0")

src/sbmlsim/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from pathlib import Path
33

44
__author__ = "Matthias Koenig"
5-
__version__ = "0.1.14"
5+
__version__ = "0.2.0"
66

77

88
from sbmlsim.utils import show_versions

0 commit comments

Comments
 (0)