We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8594488 commit b12c571Copy full SHA for b12c571
docs/source/conf.py
@@ -9,7 +9,7 @@
9
project = "Exam Kernel"
10
copyright = "2023, Tim Metzler"
11
author = "Tim Metzler"
12
-release = "0.1.2"
+release = "0.2.0"
13
github_project_url = "https://github.com/Digiklausur/exam_kernel"
14
15
# -- General configuration ---------------------------------------------------
exam_kernel/__version__.py
@@ -1 +1 @@
1
-__version__ = "0.1.2"
+__version__ = "0.2.0"
pyproject.toml
@@ -47,7 +47,7 @@ Pypi = "https://pypi.org/project/exam-kernel/"
47
github_url = "https://github.com/Digiklausur/exam_kernel/"
48
49
[tool.tbump.version]
50
-current = "0.1.2"
+current = "0.2.0"
51
52
regex = '''
53
(?P<major>\d+)
0 commit comments