From e25d010e78b646a683236d9bf9a850630c04ed23 Mon Sep 17 00:00:00 2001 From: "d.zakharchuk" Date: Thu, 22 Feb 2024 10:49:13 +0200 Subject: [PATCH] Release 0.5.1 --- featureflags_client/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/featureflags_client/__init__.py b/featureflags_client/__init__.py index 3d18726..dd9b22c 100644 --- a/featureflags_client/__init__.py +++ b/featureflags_client/__init__.py @@ -1 +1 @@ -__version__ = "0.5.0" +__version__ = "0.5.1"