From 38af93c0253f9ef43c66ce391d96f4d5d7c054b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20K=C3=B6nig?= Date: Thu, 15 Aug 2024 14:19:39 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.9.0=20=E2=86=92=200.9.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 2 +- src/sbmlutils/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 5bc8eebc..6262e9a8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.0 +current_version = 0.9.1 commit = True tag = True parse = (?P\d+) diff --git a/setup.py b/setup.py index b9f34792..a44cc66b 100644 --- a/setup.py +++ b/setup.py @@ -4,4 +4,4 @@ if __name__ == "__main__": - setup(version="0.9.0") + setup(version="0.9.1") diff --git a/src/sbmlutils/__init__.py b/src/sbmlutils/__init__.py index 5499e817..1a67e8c9 100644 --- a/src/sbmlutils/__init__.py +++ b/src/sbmlutils/__init__.py @@ -3,7 +3,7 @@ from pathlib import Path __author__ = "Matthias König" -__version__ = "0.9.0" +__version__ = "0.9.1" program_name = "sbmlutils"