Skip to content

Commit

Permalink
chore: update version to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhi591 committed Sep 25, 2024
1 parent f240f05 commit 2536040
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion vwo/constants/Constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2536040

Please sign in to comment.