We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f240f05 commit 2536040Copy full SHA for 2536040
setup.py
@@ -121,7 +121,7 @@ def run(self):
121
122
setup(
123
name="vwo-fme-python-sdk",
124
- version="1.1.0",
+ version="1.2.0",
125
description="VWO Feature Management and Experimentation SDK for Python",
126
long_description=long_description,
127
long_description_content_type="text/markdown",
vwo/constants/Constants.py
@@ -17,7 +17,7 @@ class Constants:
17
# Mock package_file equivalent
18
package_file = {
19
"name": "vwo-fme-python-sdk", # Replace with actual package name
20
- "version": "1.1.0", # Replace with actual package version
+ "version": "1.2.0", # Replace with actual package version
21
}
22
23
# Constants
0 commit comments