Bump version: 0.1.2 → 0.2.0

This commit is contained in:
2025-01-09 13:06:56 +01:00
parent 2c90699fe3
commit e5bec6f2f9
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 0.1.2 current_version = 0.2.0
tag = True tag = True
commit = True commit = True

View File

@@ -1,6 +1,6 @@
import sys import sys
from config import Config from config import Config
__version__ = "0.1.2" __version__ = "0.2.0"
__author__ = "Alexander Kirchner" __author__ = "Alexander Kirchner"
__email__ = "alexander.kirchner@ph-freiburg.de" __email__ = "alexander.kirchner@ph-freiburg.de"
__license__ = "MIT" __license__ = "MIT"