File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717from messagebird .verify import Verify
1818
1919ENDPOINT = 'https://rest.messagebird.com'
20- CLIENT_VERSION = '1.1.1 '
20+ CLIENT_VERSION = '1.2.0 '
2121PYTHON_VERSION = '%d.%d.%d' % (sys .version_info [0 ], sys .version_info [1 ], sys .version_info [2 ])
2222
2323
Original file line number Diff line number Diff line change 33setup (
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 = 'support@messagebird.com' ,
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' ,
You can’t perform that action at this time.
0 commit comments