From eaa69b6bf0f7a3bb1b36735666be37b90c3ef360 Mon Sep 17 00:00:00 2001 From: Ondrej Lukas Date: Fri, 15 Nov 2024 09:16:28 +0100 Subject: [PATCH] Bump version to 6.0.0 --- hazelcast/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hazelcast/__init__.py b/hazelcast/__init__.py index f23f91b98c..d40f2659da 100644 --- a/hazelcast/__init__.py +++ b/hazelcast/__init__.py @@ -1,4 +1,4 @@ -__version__ = "5.5.0" +__version__ = "6.0.0" # Set the default handler to "hazelcast" loggers # to avoid "No handlers could be found" warnings.