diff --git a/src/viur/shop/version.py b/src/viur/shop/version.py index fe93ce6..8da86b5 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.dev23" +__version__ = "0.1.0.dev24" assert __version__.count(".") >= 2 and "".join(__version__.split(".", 3)[:3]).isdigit(), \ "Semantic __version__ expected!"