From 6443d4f410654045610fb36b82a456d1d1292428 Mon Sep 17 00:00:00 2001 From: Yanick Fratantonio Date: Fri, 24 Jan 2025 11:16:20 +0000 Subject: [PATCH] python: -dev version after release --- python/src/magika/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/src/magika/__init__.py b/python/src/magika/__init__.py index 2131fe83..c9d1642d 100644 --- a/python/src/magika/__init__.py +++ b/python/src/magika/__init__.py @@ -13,7 +13,7 @@ # limitations under the License. -__version__ = "0.6.1-rc0" +__version__ = "0.6.1-dev" import dotenv