Skip to content

Commit 1c510e0

Browse files
author
Sam Wierema
committed
Bump the version to 1.1.1
1 parent c81cad9 commit 1c510e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

messagebird/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from messagebird.lookup import Lookup
1717

1818
ENDPOINT = 'https://rest.messagebird.com'
19-
CLIENT_VERSION = '1.1.0'
19+
CLIENT_VERSION = '1.1.1'
2020
PYTHON_VERSION = '%d.%d.%d' % (sys.version_info[0], sys.version_info[1], sys.version_info[2])
2121

2222

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
setup(
44
name = 'messagebird',
55
packages = ['messagebird'],
6-
version = '1.1.0',
6+
version = '1.1.1',
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.0',
11+
download_url = 'https://github.com/messagebird/python-rest-api/tarball/1.1.1',
1212
keywords = ['messagebird', 'sms'],
1313
install_requires = ['requests>=2.4.1'],
1414
license = 'BSD-2-Clause',

0 commit comments

Comments
 (0)