We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d21d61 commit f0da977Copy full SHA for f0da977
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 3.17.4
+current_version = 3.18.0
3
commit = True
4
tag = False
5
setup.py
@@ -9,7 +9,7 @@
9
10
setup(
11
name="vonage",
12
- version="3.17.4",
+ version="3.18.0",
13
description="Vonage Server SDK for Python (Deprecated - use vonage>=4.0.0)",
14
long_description=long_description,
15
long_description_content_type="text/markdown",
src/vonage/__init__.py
@@ -1,7 +1,7 @@
from .client import *
from .ncco_builder.ncco import *
-__version__ = "3.17.4"
+__version__ = "3.18.0"
6
from warnings import warn
7
0 commit comments