From 20d5f3a73a6235e6215740f511596fa32b2f73d6 Mon Sep 17 00:00:00 2001 From: Yuri Baburov Date: Thu, 21 Jun 2012 21:42:57 +0700 Subject: [PATCH] Bump to 0.2.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e3e2212..a44da43 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup( name="readability-lxml", - version="0.2.5.1", + version="0.2.6", author="Yuri Baburov", author_email="burchik@gmail.com", description="fast python port of arc90's readability tool",