Bump version: 0.1.0 → 0.1.1

This commit is contained in:
2024-11-07 08:58:54 +01:00
parent 00ab118acf
commit f4f71dbbd4
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.1.1
tag = True
commit = True

View File

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