Bump version: 0.2.10 → 0.2.11

This commit is contained in:
2025-01-21 13:48:08 +01:00
parent 9ed7dfabb0
commit f1b1c3f5ee
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.2.10"
current_version = "0.2.11"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"

View File

@@ -1 +1 @@
0.2.10
0.2.11

View File

@@ -5,7 +5,7 @@ from datetime import datetime
import atexit
import argparse
__version__ = "0.2.10"
__version__ = "0.2.11"
__author__ = "Alexander Kirchner"
__email__ = "alexander.kirchner@ph-freiburg.de"
__license__ = "MIT"