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

Commit 71558d3

Browse files
committed
Set version number to 0.12.0
1 parent 24a0774 commit 71558d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='slacker',
10-
version='0.11.0',
10+
version='0.12.0',
1111
packages=['slacker'],
1212
description='Slack API client',
1313
long_description=readme,

slacker/__init__.py

Lines changed: 1 addition & 1 deletion
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.11.0'
24+
__version__ = '0.12.0'
2525

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

0 commit comments

Comments
 (0)