Bump version: 0.2.1 → 0.2.2

This commit is contained in:
2025-01-10 10:40:22 +01:00
parent 1291f1eddc
commit ee256040d9
4 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 0.2.1 current_version = 0.2.2
tag = True tag = True
commit = True commit = True

View File

@@ -1 +1 @@
0.2.1 0.2.2

View File

@@ -1,6 +1,6 @@
[project] [project]
name = "librarysystem" name = "librarysystem"
version = "0.2.1" version = "0.2.2"
description = "Add your description here" description = "Add your description here"
readme = "README.md" readme = "README.md"
requires-python = ">=3.12" requires-python = ">=3.12"

View File

@@ -4,7 +4,7 @@ from loguru import logger
from datetime import datetime from datetime import datetime
import atexit import atexit
import argparse import argparse
__version__ = "0.2.1" __version__ = "0.2.2"
__author__ = "Alexander Kirchner" __author__ = "Alexander Kirchner"
__email__ = "alexander.kirchner@ph-freiburg.de" __email__ = "alexander.kirchner@ph-freiburg.de"
__license__ = "MIT" __license__ = "MIT"