From 8e03534a95e2104167784171a1653266a043746f Mon Sep 17 00:00:00 2001 From: Sven Eberth Date: Thu, 22 Feb 2024 01:54:59 +0100 Subject: [PATCH] Bump version --- src/viur/shop/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/viur/shop/version.py b/src/viur/shop/version.py index 968ab7b..1bb071b 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.dev5" +__version__ = "0.1.0.dev6" assert __version__.count(".") >= 2 and "".join(__version__.split(".", 3)[:3]).isdigit(), \ "Semantic __version__ expected!"