Skip to content

Commit e853222

Browse files
committed
Bump version: 3.17.3 → 3.17.4
1 parent fac3808 commit e853222

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.17.3
2+
current_version = 3.17.4
33
commit = True
44
tag = False
55

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="vonage",
12-
version="3.17.3",
12+
version="3.17.4",
1313
description="Vonage Server SDK for Python",
1414
long_description=long_description,
1515
long_description_content_type="text/markdown",

src/vonage/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .client import *
22
from .ncco_builder.ncco import *
33

4-
__version__ = "3.17.3"
4+
__version__ = "3.17.4"

0 commit comments

Comments
 (0)