Skip to content

Commit 2536040

Browse files
committed
chore: update version to v1.2.0
1 parent f240f05 commit 2536040

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def run(self):
121121

122122
setup(
123123
name="vwo-fme-python-sdk",
124-
version="1.1.0",
124+
version="1.2.0",
125125
description="VWO Feature Management and Experimentation SDK for Python",
126126
long_description=long_description,
127127
long_description_content_type="text/markdown",

vwo/constants/Constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Constants:
1717
# Mock package_file equivalent
1818
package_file = {
1919
"name": "vwo-fme-python-sdk", # Replace with actual package name
20-
"version": "1.1.0", # Replace with actual package version
20+
"version": "1.2.0", # Replace with actual package version
2121
}
2222

2323
# Constants

0 commit comments

Comments
 (0)