From 2536040bad3b3f9821c050df01ed41e4723cdd61 Mon Sep 17 00:00:00 2001 From: Abhi591 Date: Wed, 25 Sep 2024 18:44:36 +0530 Subject: [PATCH] chore: update version to v1.2.0 --- setup.py | 2 +- vwo/constants/Constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 932f872..a11032a 100644 --- a/setup.py +++ b/setup.py @@ -121,7 +121,7 @@ def run(self): setup( name="vwo-fme-python-sdk", - version="1.1.0", + version="1.2.0", description="VWO Feature Management and Experimentation SDK for Python", long_description=long_description, long_description_content_type="text/markdown", diff --git a/vwo/constants/Constants.py b/vwo/constants/Constants.py index 9f81673..0e8b712 100644 --- a/vwo/constants/Constants.py +++ b/vwo/constants/Constants.py @@ -17,7 +17,7 @@ class Constants: # Mock package_file equivalent package_file = { "name": "vwo-fme-python-sdk", # Replace with actual package name - "version": "1.1.0", # Replace with actual package version + "version": "1.2.0", # Replace with actual package version } # Constants