Skip to content

Commit 8eefaae

Browse files
committed
Bump version: 2.3.0 → 2.4.0
1 parent ba75d68 commit 8eefaae

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 = 2.3.0
2+
current_version = 2.4.0
33
commit = True
44
tag = False
55

nexmo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
from .errors import *
3131
from ._internal import ApplicationV2, BasicAuthenticatedServer, _format_date_param
3232

33-
__version__ = "2.3.0"
33+
__version__ = "2.4.0"
3434

3535
logger = logging.getLogger("nexmo")
3636

setup.py

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

1111
setup(
1212
name="nexmo",
13-
version="2.3.0",
13+
version="2.4.0",
1414
description="Nexmo Client Library for Python",
1515
long_description=long_description,
1616
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)