Skip to content

Commit f0da977

Browse files
committed
update package version
1 parent 9d21d61 commit f0da977

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 = 3.17.4
2+
current_version = 3.18.0
33
commit = True
44
tag = False
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

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

src/vonage/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from .client import *
22
from .ncco_builder.ncco import *
33

4-
__version__ = "3.17.4"
4+
__version__ = "3.18.0"
55

66
from warnings import warn
77

0 commit comments

Comments
 (0)