Skip to content

Commit d30b5ba

Browse files
committed
Bump version: 2.0.0 → 2.1.0
1 parent 0312062 commit d30b5ba

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.bumpversion.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
[bumpversion]
2-
current_version = 2.0.0
2+
current_version = 2.1.0
33
commit = True
44
tag = False
55

66
[bumpversion:file:nexmo/__init__.py]
7+
78
[bumpversion:file:setup.py]
9+

nexmo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from urlparse import urlparse
2121
string_types = (unicode, str)
2222

23-
__version__ = '2.0.0'
23+
__version__ = '2.1.0'
2424

2525
logger = logging.getLogger('nexmo')
2626

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup
44

55
setup(name='nexmo',
6-
version='2.0.0',
6+
version='2.1.0',
77
description='Nexmo Client Library for Python',
88
long_description='This is the Python client library for Nexmo\'s API. To use it you\'ll need a Nexmo account. Sign up `for free at nexmo.com <http://nexmo.com?src=python-client-library>`_.',
99
url='http://github.com/Nexmo/nexmo-python',

0 commit comments

Comments
 (0)