Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

Commit f163276

Browse files
committed
Set version number to 0.9.50
1 parent 8ed322a commit f163276

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='slacker',
6-
version='0.9.42',
6+
version='0.9.50',
77
packages=['slacker'],
88
description='Slack API client',
99
author='Oktay Sancak',

slacker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from slacker.utils import get_item_id_by_name
2020

2121

22-
__version__ = '0.9.42'
22+
__version__ = '0.9.50'
2323

2424
API_BASE_URL = 'https://slack.com/api/{api}'
2525
DEFAULT_TIMEOUT = 10

0 commit comments

Comments
 (0)