diff --git a/setup.py b/setup.py index 92e93ea..68b0a69 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='slacker', - version='0.9.42', + version='0.9.50', packages=['slacker'], description='Slack API client', author='Oktay Sancak', diff --git a/slacker/__init__.py b/slacker/__init__.py index d05a802..d22d5c0 100644 --- a/slacker/__init__.py +++ b/slacker/__init__.py @@ -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