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 5c0da3b commit 5fd7a14Copy full SHA for 5fd7a14
src/viur/toolkit/version.py
@@ -3,7 +3,7 @@
3
# This will mark it as a pre-release as well on PyPI.
4
# See CONTRIBUTING.md for further information. # TODO: tbd
5
6
-__version__ = "0.3.0"
+__version__ = "0.3.1"
7
8
assert __version__.count(".") >= 2 and "".join(__version__.split(".", 3)[:3]).isdigit(), \
9
"Semantic __version__ expected!"
0 commit comments