From da8f185b6b6982ce513a15a7b9332971a568f398 Mon Sep 17 00:00:00 2001 From: Bilal Al-Shahwany <41021307+chillaq@users.noreply.github.com> Date: Fri, 6 Mar 2026 15:50:02 -0800 Subject: [PATCH] Update version to 1.1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 11967cc..3fe4d34 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="split_openfeature_provider", - version="1.0.0", + version="1.1.0", description="The official Python Split Provider for OpenFeature", long_description=long_description, long_description_content_type="text/markdown",