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 14
14
from messagebird .verify import Verify
15
15
16
16
ENDPOINT = 'https://rest.messagebird.com'
17
- CLIENT_VERSION = '1.2.1 '
17
+ CLIENT_VERSION = '1.3.0 '
18
18
PYTHON_VERSION = '%d.%d.%d' % (sys .version_info [0 ], sys .version_info [1 ], sys .version_info [2 ])
19
19
USER_AGENT = 'MessageBird/ApiClient/%s Python/%s' % (CLIENT_VERSION , PYTHON_VERSION )
20
20
Original file line number Diff line number Diff line change 3
3
setup (
4
4
name = 'messagebird' ,
5
5
packages = ['messagebird' ],
6
- version = '1.2.1 ' ,
6
+ version = '1.3.0 ' ,
7
7
description = "MessageBird's REST API" ,
8
8
author = 'MessageBird' ,
9
9
author_email = 'support@messagebird.com' ,
10
10
url = 'https://github.com/messagebird/python-rest-api' ,
11
- download_url = 'https://github.com/messagebird/python-rest-api/tarball/1.2.1 ' ,
11
+ download_url = 'https://github.com/messagebird/python-rest-api/tarball/1.3.0 ' ,
12
12
keywords = ['messagebird' , 'sms' ],
13
13
install_requires = ['requests>=2.4.1' ],
14
14
license = 'BSD-2-Clause' ,
You can’t perform that action at this time.
0 commit comments