From b310d540c6b1ba43173e28fad7b1e3396898a713 Mon Sep 17 00:00:00 2001 From: Yanick Fratantonio Date: Thu, 30 Jan 2025 13:50:49 +0000 Subject: [PATCH] python: update version --- 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 c9d1642d..e0934e95 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-dev" +__version__ = "0.6.1-rc1" import dotenv