From bb30dd5bc1fe0fc64b741289d7594bab0d52d4ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manolo=20Mart=C3=ADnez?= Date: Thu, 7 Jul 2016 10:42:46 +0200 Subject: [PATCH] New pip version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ac56220..ab30549 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='Greg', - version='0.4.6', + version='0.4.7', install_requires=['feedparser'], description='A command-line podcast aggregator', author='Manolo Martínez',