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",