From e6c6e95d2318bb9ca72e0f56d643bf7de4329945 Mon Sep 17 00:00:00 2001 From: Jason Roche Date: Thu, 15 Dec 2016 16:04:32 -0800 Subject: [PATCH] Bumped version for pypi release --- docs-src/changelog.rst | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs-src/changelog.rst b/docs-src/changelog.rst index e4bff805c..adefa47da 100644 --- a/docs-src/changelog.rst +++ b/docs-src/changelog.rst @@ -2,6 +2,11 @@ Changelog ============================================== +v1.0.4 (2016-12-15) +------------------- + + - fixed the ability to search for a user by ID + v1.0.3 (2016-12-13) ------------------- diff --git a/setup.py b/setup.py index 098c85058..f1d65cb76 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='slackclient', - version='1.0.3', + version='1.0.4', description='Python client for Slack.com', url='http://github.com/slackapi/python-slackclient', author='Ryan Huber',