diff --git a/.bumpversion.toml b/.bumpversion.toml index 1712f1f..039a04b 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.2.0" +current_version = "0.2.3" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" diff --git a/.version b/.version index 7dff5b8..373f8c6 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.2.1 \ No newline at end of file +0.2.3 \ No newline at end of file diff --git a/src/__init__.py b/src/__init__.py index 3ed4b57..fbdf965 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -4,7 +4,7 @@ from loguru import logger from datetime import datetime import atexit import argparse -__version__ = "0.2.0" +__version__ = "0.2.3" __author__ = "Alexander Kirchner" __email__ = "alexander.kirchner@ph-freiburg.de" __license__ = "MIT"