We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a25381 commit 2ebd86eCopy full SHA for 2ebd86e
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.5
+current_version = 0.1.6
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)
setup.py
@@ -5,4 +5,4 @@
6
# All other arguments are defined in `setup.cfg`.
7
if __name__ == "__main__":
8
- setup(version="0.1.5")
+ setup(version="0.1.6")
src/sbmlsim/__init__.py
@@ -1,6 +1,6 @@
from pathlib import Path
__author__ = "Matthias Koenig"
-__version__ = "0.1.5"
+__version__ = "0.1.6"
BASE_PATH = Path(__file__).parent
0 commit comments