From 398f6ad748e94b0dc960e7be61485516c87fecb9 Mon Sep 17 00:00:00 2001 From: Yuri Baburov Date: Mon, 27 Jul 2015 12:00:58 +0600 Subject: [PATCH] Bump to 0.6.0.5 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e6a0904..213c6c5 100755 --- a/setup.py +++ b/setup.py @@ -14,10 +14,10 @@ if sys.platform == 'darwin': setup( name="readability-lxml", - version="0.6.0.4", + version="0.6.0.5", author="Yuri Baburov", author_email="burchik@gmail.com", - description="fast python port of arc90's readability tool", + description="fast html to text parser (article readability tool) with python3 support", test_suite = "tests.test_article_only", long_description=open("README").read(), license="Apache License 2.0",