Skip to content

Commit 2d373cf

Browse files
author
Sam Wierema
committed
Bump the version to 1.2.0
1 parent 1d129a8 commit 2d373cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: messagebird/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from messagebird.verify import Verify
1818

1919
ENDPOINT = 'https://rest.messagebird.com'
20-
CLIENT_VERSION = '1.1.1'
20+
CLIENT_VERSION = '1.2.0'
2121
PYTHON_VERSION = '%d.%d.%d' % (sys.version_info[0], sys.version_info[1], sys.version_info[2])
2222

2323

Diff for: setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
setup(
44
name = 'messagebird',
55
packages = ['messagebird'],
6-
version = '1.1.1',
6+
version = '1.2.0',
77
description = "MessageBird's REST API",
88
author = 'MessageBird',
99
author_email = '[email protected]',
1010
url = 'https://github.com/messagebird/python-rest-api',
11-
download_url = 'https://github.com/messagebird/python-rest-api/tarball/1.1.1',
11+
download_url = 'https://github.com/messagebird/python-rest-api/tarball/1.2.0',
1212
keywords = ['messagebird', 'sms'],
1313
install_requires = ['requests>=2.4.1'],
1414
license = 'BSD-2-Clause',

0 commit comments

Comments
 (0)