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.65
Browse files Browse the repository at this point in the history
  • Loading branch information
os committed Mar 25, 2018
1 parent f1efe37 commit f5065df
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.60',
version='0.9.65',
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 @@ -21,7 +21,7 @@
from slacker.utils import get_item_id_by_name


__version__ = '0.9.60'
__version__ = '0.9.65'

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

0 comments on commit f5065df

Please sign in to comment.