Skip to content

Commit b12c571

Browse files
committed
Bump to 0.2.0
1 parent 8594488 commit b12c571

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = "Exam Kernel"
1010
copyright = "2023, Tim Metzler"
1111
author = "Tim Metzler"
12-
release = "0.1.2"
12+
release = "0.2.0"
1313
github_project_url = "https://github.com/Digiklausur/exam_kernel"
1414

1515
# -- General configuration ---------------------------------------------------

exam_kernel/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.2"
1+
__version__ = "0.2.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Pypi = "https://pypi.org/project/exam-kernel/"
4747
github_url = "https://github.com/Digiklausur/exam_kernel/"
4848

4949
[tool.tbump.version]
50-
current = "0.1.2"
50+
current = "0.2.0"
5151

5252
regex = '''
5353
(?P<major>\d+)

0 commit comments

Comments
 (0)