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.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
os committed Dec 8, 2018
1 parent 24a0774 commit 71558d3
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 @@ -7,7 +7,7 @@

setup(
name='slacker',
version='0.11.0',
version='0.12.0',
packages=['slacker'],
description='Slack API client',
long_description=readme,
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.11.0'
__version__ = '0.12.0'

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

0 comments on commit 71558d3

Please sign in to comment.