Bump version number manually for hopefully the last time

(As the master branch now uses automatic version detection.)
This commit is contained in:
Jonas Schäfer
2021-06-20 14:12:55 +02:00
parent 934976c114
commit 7dde3a1128

View File

@@ -1,4 +1,4 @@
version_info = (0, 2, 1, None)
version_info = (0, 2, 2, None)
version = (
".".join(map(str, version_info[:3])) +
(f"-{version_info[3]}" if version_info[3] else "")