diff --git a/README b/README index 92c0cfb..ffdfb1c 100644 --- a/README +++ b/README @@ -53,7 +53,5 @@ Document() kwarg options: Updates - - 0.2.5 Update setup.py for uploading .tar.gz to pypi - - 0.2.6 Don't crash on documents with no title - - 0.2.6.1 Document.short_title() properly works - 0.3 Added Document.encoding, positive_keywords and negative_keywords + - 0.4 Added Videos loading and allowed more images per paragraph diff --git a/setup.py b/setup.py index e7bb588..9e04c2e 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ if sys.platform == 'darwin': setup( name="readability-lxml", - version="0.3.0.6", + version="0.4", author="Yuri Baburov", author_email="burchik@gmail.com", description="fast python port of arc90's readability tool",