Bump version: 0.2.19 → 0.3.0

This commit is contained in:
2025-01-29 11:13:57 +01:00
parent 0f71f82a3f
commit 5501cbf97c
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -1 +1 @@
0.2.19 0.3.0

View File

@@ -5,7 +5,7 @@ from datetime import datetime
import atexit import atexit
import argparse import argparse
__version__ = "0.2.19" __version__ = "0.3.0"
__author__ = "Alexander Kirchner" __author__ = "Alexander Kirchner"
__email__ = "alexander.kirchner@ph-freiburg.de" __email__ = "alexander.kirchner@ph-freiburg.de"
__contacts__ = "alexander.kirchner@ph-freiburg.de,christian.berger@ph-freiburg.de" __contacts__ = "alexander.kirchner@ph-freiburg.de,christian.berger@ph-freiburg.de"