Skip to content

Commit 302af49

Browse files
committed
Bump version to 1.4.1
1 parent 9f2cd1e commit 302af49

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

messagebird/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from messagebird.conversation_webhook import ConversationWebhook, ConversationWebhookList
1818

1919
ENDPOINT = 'https://rest.messagebird.com'
20-
CLIENT_VERSION = '1.3.1'
20+
CLIENT_VERSION = '1.4.1'
2121
PYTHON_VERSION = '%d.%d.%d' % (sys.version_info[0], sys.version_info[1], sys.version_info[2])
2222
USER_AGENT = 'MessageBird/ApiClient/%s Python/%s' % (CLIENT_VERSION, PYTHON_VERSION)
2323
REST_TYPE = 'rest'

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ def get_description():
1313
setup(
1414
name = 'messagebird',
1515
packages = ['messagebird'],
16-
version = '1.3.1',
16+
version = '1.4.1',
1717
description = "MessageBird's REST API",
1818
author = 'MessageBird',
1919
author_email = '[email protected]',
2020
long_description = description,
2121
long_description_content_type = description_content_type,
2222
url = 'https://github.com/messagebird/python-rest-api',
23-
download_url = 'https://github.com/messagebird/python-rest-api/tarball/1.3.1',
23+
download_url = 'https://github.com/messagebird/python-rest-api/tarball/1.4.1',
2424
keywords = ['messagebird', 'sms'],
2525
install_requires = ['requests>=2.4.1'],
2626
license = 'BSD-2-Clause',

0 commit comments

Comments
 (0)