diff --git a/README b/README index c7087b0..9e0471c 100644 --- a/README +++ b/README @@ -42,3 +42,9 @@ Document() kwarg options: - min_text_length: - retry_length: - url: will allow adjusting links to be absolute + + +Updates + + - 0.2.5 Update setup.py for uploading .tar.gz to pypi + diff --git a/setup.py b/setup.py index 345c368..02251fc 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup( name="readability-lxml", - version="0.2.4", + version="0.2.5", author="Yuri Baburov", author_email="burchik@gmail.com", description="fast python port of arc90's readability tool",