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

Commit

Permalink
Set version number to 0.9.50
Browse files Browse the repository at this point in the history
  • Loading branch information
os committed May 26, 2017
1 parent 8ed322a commit f163276
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='slacker',
version='0.9.42',
version='0.9.50',
packages=['slacker'],
description='Slack API client',
author='Oktay Sancak',
Expand Down
2 changes: 1 addition & 1 deletion slacker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from slacker.utils import get_item_id_by_name


__version__ = '0.9.42'
__version__ = '0.9.50'

API_BASE_URL = 'https://slack.com/api/{api}'
DEFAULT_TIMEOUT = 10
Expand Down

0 comments on commit f163276

Please sign in to comment.