diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c69072b..e6b9d77 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.46.0 +current_version = 1.46.1 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 364b3ae..504c2f0 100644 --- a/setup.py +++ b/setup.py @@ -121,7 +121,7 @@ def run(self): setup( name="vwo-python-sdk", - version="1.46.0", + version="1.46.1", description="Python SDK for VWO server-side A/B Testing", long_description=long_description, long_description_content_type="text/markdown",