From c2c887c6b0bba9ab84f8e1a139494d51152f592d Mon Sep 17 00:00:00 2001 From: Cheng-Lung Sung Date: Mon, 29 May 2017 18:47:36 +0000 Subject: [PATCH] bump to 0.6.0 for https --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index af725f0..b699277 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ 'url': 'https://github.com/clsung/plurk-oauth', 'download_url': 'http://pypi.python.org/pypi/plurk-oauth', 'author_email': 'clsung@gmail.com', - 'version': '0.5.0', + 'version': '0.6.0', 'install_requires': ['nose', 'oauth2'], 'packages': ['plurk_oauth'], 'scripts': ['bin/get_own_profile.py', 'bin/post_to_plurk.py'],