From 8529446087f307043bbf7b2cccbd5c5a7eff36f4 Mon Sep 17 00:00:00 2001 From: Ben Copeland Date: Fri, 16 Oct 2015 11:07:16 +0100 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 61dfdd8..cbc2556 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def run_tests(self): setup( name='disqus-python', - version='0.4.2', + version='0.5.0', author='DISQUS', author_email='opensource@disqus.com', url='https://github.com/disqus/disqus-python',