diff --git a/src/viur/shop/version.py b/src/viur/shop/version.py index 8792341..fe93ce6 100644 --- a/src/viur/shop/version.py +++ b/src/viur/shop/version.py @@ -3,7 +3,7 @@ # This will mark it as a pre-release as well on PyPI. # See CONTRIBUTING.md for further information. # TODO: tbd -__version__ = "0.1.0.dev22" +__version__ = "0.1.0.dev23" assert __version__.count(".") >= 2 and "".join(__version__.split(".", 3)[:3]).isdigit(), \ "Semantic __version__ expected!"