diff --git a/setup.py b/setup.py index ef1c8a9..25f36f7 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='slacker', - version='0.9.65', + version='0.10.0', packages=['slacker'], description='Slack API client', author='Oktay Sancak', diff --git a/slacker/__init__.py b/slacker/__init__.py index 1c2b90e..d4507ab 100644 --- a/slacker/__init__.py +++ b/slacker/__init__.py @@ -21,7 +21,7 @@ from slacker.utils import get_item_id_by_name -__version__ = '0.9.65' +__version__ = '0.10.0' API_BASE_URL = 'https://slack.com/api/{api}' DEFAULT_TIMEOUT = 10