From 75f2ea0d00c0fb0f0932752521205042d84e23cf Mon Sep 17 00:00:00 2001 From: Yuri Baburov Date: Sat, 9 Apr 2016 14:34:00 +0600 Subject: [PATCH] Version bump to 0.6.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7863b1c..371dac9 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ if sys.platform == 'darwin': setup( name="readability-lxml", - version="0.6.1", + version="0.6.2", author="Yuri Baburov", author_email="burchik@gmail.com", description="fast html to text parser (article readability tool) with python3 support",