From 8a624afbac39b0fd95a6e4e97b16bedf543b2c59 Mon Sep 17 00:00:00 2001 From: timma-yelp <166529008+timma-yelp@users.noreply.github.com> Date: Fri, 14 Nov 2025 10:43:35 +0000 Subject: [PATCH] Update setup.py to 3.3.6 Update version to 3.3.6 to release the package with the configuration service changes --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bb782b7..30cf421 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name='service-configuration-lib', - version='3.3.5', + version='3.3.6', provides=['service_configuration_lib'], description='Start, stop, and inspect Yelp SOA services', url='https://github.com/Yelp/service_configuration_lib',