From 1d4ee9d4212ca58851c9cba87323dd0780a052ab Mon Sep 17 00:00:00 2001 From: Yuri Baburov Date: Mon, 27 Apr 2015 16:00:08 +0600 Subject: [PATCH] Releasing as version 0.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9e04c2e..5d472d2 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ if sys.platform == 'darwin': setup( name="readability-lxml", - version="0.4", + version="0.5", author="Yuri Baburov", author_email="burchik@gmail.com", description="fast python port of arc90's readability tool",