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 0d8f8ae commit de12078Copy full SHA for de12078
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 3.2.1
+current_version = 3.2.2
3
commit = True
4
tag = False
5
setup.py
@@ -11,7 +11,7 @@
11
12
setup(
13
name="vonage",
14
- version="3.2.1",
+ version="3.2.2",
15
description="Vonage Server SDK for Python",
16
long_description=long_description,
17
long_description_content_type="text/markdown",
src/vonage/__init__.py
@@ -1,4 +1,4 @@
from .client import *
from .ncco_builder.ncco import *
-__version__ = "3.2.1"
+__version__ = "3.2.2"
0 commit comments