diff --git a/.bumpversion.cfg b/.bumpversion.cfg index dd027b8..dfa3380 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.63.0 +current_version = 1.64.0 commit = True message = chore(setup.py): Automatically bumped version from {current_version} to {new_version} tag = True diff --git a/setup.py b/setup.py index 171d793..659879e 100644 --- a/setup.py +++ b/setup.py @@ -121,7 +121,7 @@ def run(self): setup( name="vwo-python-sdk", - version="1.63.0", + version="1.64.0", description="Python SDK for VWO server-side A/B Testing", long_description=long_description, long_description_content_type="text/markdown",