From 9567d24cfabe6864bf5efd6521db3bff0b275d56 Mon Sep 17 00:00:00 2001 From: WorldTeacher Date: Mon, 13 Jan 2025 08:09:01 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.2=20=E2=86=92=200.2.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- .version | 2 +- pyproject.toml | 2 +- src/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 77163bb..b709d8f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.2 +current_version = 0.2.3 tag = True commit = True diff --git a/.version b/.version index f477849..373f8c6 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.2.2 \ No newline at end of file +0.2.3 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 7daee10..345e793 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "librarysystem" -version = "0.2.2" +version = "0.2.3" description = "Add your description here" readme = "README.md" requires-python = ">=3.12" diff --git a/src/__init__.py b/src/__init__.py index 453cb51..3b19f2f 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.2" +__version__ = "0.2.3" __author__ = "Alexander Kirchner" __email__ = "alexander.kirchner@ph-freiburg.de" __license__ = "MIT"