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