Bump version: 0.1.1 → 0.1.2

This commit is contained in:
2024-11-08 08:47:09 +01:00
parent d71151ff2b
commit 4d0e8ce118
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 0.1.1 current_version = 0.1.2
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.1" __version__ = "0.1.2"
__author__ = "Alexander Kirchner" __author__ = "Alexander Kirchner"
__email__ = "alexander.kirchner@ph-freiburg.de" __email__ = "alexander.kirchner@ph-freiburg.de"
__license__ = "MIT" __license__ = "MIT"