File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
from messagebird .number import Number , NumberList
27
27
28
28
ENDPOINT = 'https://rest.messagebird.com'
29
- CLIENT_VERSION = '1.4.1 '
29
+ CLIENT_VERSION = '1.6.0 '
30
30
PYTHON_VERSION = '%d.%d.%d' % (sys .version_info [0 ], sys .version_info [1 ], sys .version_info [2 ])
31
31
USER_AGENT = 'MessageBird/ApiClient/%s Python/%s' % (CLIENT_VERSION , PYTHON_VERSION )
32
32
REST_TYPE = 'rest'
Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ def get_description():
13
13
setup (
14
14
name = 'messagebird' ,
15
15
packages = ['messagebird' ],
16
- version = '1.5 .0' ,
16
+ version = '1.6 .0' ,
17
17
description = "MessageBird's REST API" ,
18
18
author = 'MessageBird' ,
19
19
author_email = '[email protected] ' ,
20
20
long_description = description ,
21
21
long_description_content_type = description_content_type ,
22
22
url = 'https://github.com/messagebird/python-rest-api' ,
23
- download_url = 'https://github.com/messagebird/python-rest-api/tarball/1.4.1 ' ,
23
+ download_url = 'https://github.com/messagebird/python-rest-api/tarball/1.6.0 ' ,
24
24
keywords = ['messagebird' , 'sms' ],
25
25
install_requires = ['requests>=2.4.1' , 'python-dateutil>=2.6.0' ],
26
26
license = 'BSD-2-Clause' ,
You can’t perform that action at this time.
0 commit comments