Skip to content

Commit

Permalink
Merge pull request #24 from messagebird/bump-version-130
Browse files Browse the repository at this point in the history
Bump client version to 1.3.0.
  • Loading branch information
epels authored Nov 2, 2018
2 parents ab45d35 + 1e2fc2e commit 8c71f21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion messagebird/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from messagebird.verify import Verify

ENDPOINT = 'https://rest.messagebird.com'
CLIENT_VERSION = '1.2.1'
CLIENT_VERSION = '1.3.0'
PYTHON_VERSION = '%d.%d.%d' % (sys.version_info[0], sys.version_info[1], sys.version_info[2])
USER_AGENT = 'MessageBird/ApiClient/%s Python/%s' % (CLIENT_VERSION, PYTHON_VERSION)

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
setup(
name = 'messagebird',
packages = ['messagebird'],
version = '1.2.1',
version = '1.3.0',
description = "MessageBird's REST API",
author = 'MessageBird',
author_email = '[email protected]',
url = 'https://github.com/messagebird/python-rest-api',
download_url = 'https://github.com/messagebird/python-rest-api/tarball/1.2.1',
download_url = 'https://github.com/messagebird/python-rest-api/tarball/1.3.0',
keywords = ['messagebird', 'sms'],
install_requires = ['requests>=2.4.1'],
license = 'BSD-2-Clause',
Expand Down

0 comments on commit 8c71f21

Please sign in to comment.