diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0a8a03d..77163bb 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.1 +current_version = 0.2.2 tag = True commit = True diff --git a/.version b/.version index 7dff5b8..f477849 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.2.1 \ No newline at end of file +0.2.2 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 0689668..74f162a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "librarysystem" -version = "0.2.1" +version = "0.2.2" description = "Add your description here" readme = "README.md" requires-python = ">=3.12" diff --git a/src/__init__.py b/src/__init__.py index 2c9fe2f..453cb51 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.1" +__version__ = "0.2.2" __author__ = "Alexander Kirchner" __email__ = "alexander.kirchner@ph-freiburg.de" __license__ = "MIT"