diff --git a/docs/source/conf.py b/docs/source/conf.py index b04bbd8..19cc115 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -9,7 +9,7 @@ project = "E2X Grading Tools" copyright = "2023, Tim Metzler" author = "Tim Metzler" -release = "0.0.2" +release = "0.0.3" github_project_url = "https://github.com/Digiklausur/e2xgradingtools" # -- General configuration --------------------------------------------------- diff --git a/e2xgradingtools/__version__.py b/e2xgradingtools/__version__.py index 3b93d0b..27fdca4 100644 --- a/e2xgradingtools/__version__.py +++ b/e2xgradingtools/__version__.py @@ -1 +1 @@ -__version__ = "0.0.2" +__version__ = "0.0.3" diff --git a/pyproject.toml b/pyproject.toml index 7df13c8..1bfe01c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ path = "e2xgradingtools/__version__.py" github_url = "https://github.com/Digiklausur/e2xgradingtools/" [tool.tbump.version] -current = "0.0.2" +current = "0.0.3" regex = ''' (?P\d+)