Skip to content

Commit 165f0ef

Browse files
chore(setup.py): Automatically bumped version from 1.54.0 to 1.55.0
1 parent 0798394 commit 165f0ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.54.0
2+
current_version = 1.55.0
33
commit = True
44
message = chore(setup.py): Automatically bumped version from {current_version} to {new_version}
55
tag = True

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-python-sdk",
124-
version="1.54.0",
124+
version="1.55.0",
125125
description="Python SDK for VWO server-side A/B Testing",
126126
long_description=long_description,
127127
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)