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

Commit 1335969

Browse files
committed
Set version number to 0.13.0
1 parent f1bd88f commit 1335969

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.12.0',
10+
version='0.13.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
@@ -24,7 +24,7 @@
2424
)
2525

2626

27-
__version__ = '0.12.0'
27+
__version__ = '0.13.0'
2828

2929
DEFAULT_TIMEOUT = 10
3030
DEFAULT_RETRIES = 0

0 commit comments

Comments
 (0)