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.60
Browse files Browse the repository at this point in the history
  • Loading branch information
os committed Aug 19, 2017
1 parent 3f45237 commit 5eba565
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.50',
version='0.9.60',
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.50'
__version__ = '0.9.60'

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

0 comments on commit 5eba565

Please sign in to comment.