Update version so we can upload new tar.gz to pypi

pull/19/head
Richard Harding 12 years ago
parent b9f6f6777f
commit a19e766900

@ -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

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

Loading…
Cancel
Save