From 564161c90354850f72ee01efc81689e9ce8f5322 Mon Sep 17 00:00:00 2001 From: Sven Eberth Date: Sat, 15 Feb 2025 01:01:43 +0100 Subject: [PATCH] chore: bump version to v0.1.0.dev40 --- 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 0d4eb08..62a96f7 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.dev39" +__version__ = "0.1.0.dev40" assert __version__.count(".") >= 2 and "".join(__version__.split(".", 3)[:3]).isdigit(), \ "Semantic __version__ expected!"