From fae95bad452c5b14928236315123466e1b9b1e25 Mon Sep 17 00:00:00 2001 From: Yuri Baburov Date: Wed, 26 Aug 2015 16:14:04 +0600 Subject: [PATCH] Bump to v0.6.1 -- fixed logging --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 213c6c56..7863b1cb 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name="readability-lxml", - version="0.6.0.5", + version="0.6.1", author="Yuri Baburov", author_email="burchik@gmail.com", description="fast html to text parser (article readability tool) with python3 support",