File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414from messagebird .verify import Verify
1515
1616ENDPOINT = 'https://rest.messagebird.com'
17- CLIENT_VERSION = '1.3.0 '
17+ CLIENT_VERSION = '1.3.1 '
1818PYTHON_VERSION = '%d.%d.%d' % (sys .version_info [0 ], sys .version_info [1 ], sys .version_info [2 ])
1919USER_AGENT = 'MessageBird/ApiClient/%s Python/%s' % (CLIENT_VERSION , PYTHON_VERSION )
2020
Original file line number Diff line number Diff line change 66setup (
77 name = 'messagebird' ,
88 packages = ['messagebird' ],
9- version = '1.3.0 ' ,
9+ version = '1.3.1 ' ,
1010 description = "MessageBird's REST API" ,
1111 author = 'MessageBird' ,
1212 author_email = 'support@messagebird.com' ,
1313 long_description = description ,
1414 long_description_content_type = description_content_type
1515 url = 'https://github.com/messagebird/python-rest-api' ,
16- download_url = 'https://github.com/messagebird/python-rest-api/tarball/1.3.0 ' ,
16+ download_url = 'https://github.com/messagebird/python-rest-api/tarball/1.3.1 ' ,
1717 keywords = ['messagebird' , 'sms' ],
1818 install_requires = ['requests>=2.4.1' ],
1919 license = 'BSD-2-Clause' ,
You can’t perform that action at this time.
0 commit comments