Skip to content

Commit 4805fb4

Browse files
author
Sam Wierema
committed
Bump the version to 1.1.0
1 parent aed53b6 commit 4805fb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.0.3',
6+
version = '1.1.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.0.3',
11+
download_url = 'https://github.com/messagebird/python-rest-api/tarball/1.1.0',
1212
keywords = ['messagebird', 'sms'],
1313
install_requires = ['requests>=2.4.1'],
1414
license = 'BSD-2-Clause',

0 commit comments

Comments
 (0)