From cce15f7855b0945b8219680b052416215c3448d5 Mon Sep 17 00:00:00 2001 From: Sven Eberth Date: Thu, 23 Jan 2025 03:11:50 +0100 Subject: [PATCH] chore: 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 bc42fee..5980545 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.dev35" +__version__ = "0.1.0.dev36" assert __version__.count(".") >= 2 and "".join(__version__.split(".", 3)[:3]).isdigit(), \ "Semantic __version__ expected!"