Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

Commit 2d033ef

Browse files
committed
Set version number to 0.10.0
1 parent e1a43b7 commit 2d033ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='slacker',
6-
version='0.9.65',
6+
version='0.10.0',
77
packages=['slacker'],
88
description='Slack API client',
99
author='Oktay Sancak',

slacker/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from slacker.utils import get_item_id_by_name
2222

2323

24-
__version__ = '0.9.65'
24+
__version__ = '0.10.0'
2525

2626
API_BASE_URL = 'https://slack.com/api/{api}'
2727
DEFAULT_TIMEOUT = 10

0 commit comments

Comments
 (0)