Skip to content

Commit a3800ba

Browse files
author
Sam Wierema
committed
Bump the version to 1.0.1
Also change the maintainer to MessageBird as a company, because not one person is responsible for maintaining. If you want to see the authors, check the commits :-).
1 parent 398ae5c commit a3800ba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

messagebird/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from messagebird.voicemessage import VoiceMessage
1616

1717
ENDPOINT = 'https://rest.messagebird.com'
18-
CLIENT_VERSION = '1.0.0'
18+
CLIENT_VERSION = '1.0.1'
1919
PYTHON_VERSION = '%d.%d.%d' % (sys.version_info[0], sys.version_info[1], sys.version_info[2])
2020

2121
class ErrorException(BaseException):

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
setup(
44
name = 'messagebird',
55
packages = ['messagebird'],
6-
version = '1.0.0',
6+
version = '1.0.1',
77
description = "MessageBird's REST API",
8-
author = 'Maurice Nonnekes',
9-
author_email = 'maurice@messagebird.com',
8+
author = 'MessageBird',
9+
author_email = 'support@messagebird.com',
1010
url = 'https://github.com/messagebird/python-rest-api',
1111
install_requires = ['requests>=2.4.1'],
1212
license = 'BSD-2-Clause',

0 commit comments

Comments
 (0)