From 56bbb93b1fd90c6a58c644f825e14b255fd171d5 Mon Sep 17 00:00:00 2001 From: bronsen <kontakt+gitcommit@nrrd.de> Date: Tue, 18 Mar 2025 00:48:20 +0100 Subject: [PATCH] [project] bump version to 2025.03.3 let's try to add a git tag as well --- VERSION.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION.py b/VERSION.py index 84ea214..5b3bd62 100644 --- a/VERSION.py +++ b/VERSION.py @@ -1,3 +1,3 @@ # calver schema YYYY.0M.Micro (see also https://calver.org/#scheme) -__version__ = "2025.03.2" +__version__ = "2025.03.3"