Skip to content

Commit 4290d96

Browse files
committed
Bump version to 1.3.1
1 parent b8f85f5 commit 4290d96

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

messagebird/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from messagebird.verify import Verify
1515

1616
ENDPOINT = 'https://rest.messagebird.com'
17-
CLIENT_VERSION = '1.3.0'
17+
CLIENT_VERSION = '1.3.1'
1818
PYTHON_VERSION = '%d.%d.%d' % (sys.version_info[0], sys.version_info[1], sys.version_info[2])
1919
USER_AGENT = 'MessageBird/ApiClient/%s Python/%s' % (CLIENT_VERSION, PYTHON_VERSION)
2020

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
setup(
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',

0 commit comments

Comments
 (0)