8000 Update version so we can upload new tar.gz to pypi · petrichorcode/python-readability@a19e766 · GitHub
[go: up one dir, main page]

Skip to content

Commit a19e766

Browse files
committed
Update version so we can upload new tar.gz to pypi
1 parent b9f6f67 commit a19e766

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,9 @@ Document() kwarg options:
4242
- min_text_length:
4343
- retry_length:
4444
- url: will allow adjusting links to be absolute
45+
46+
47+
Updates
48+
49+
- 0.2.5 Update setup.py for uploading .tar.gz to pypi
50+

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name="readability-lxml",
6-
version="0.2.4",
6+
version="0.2.5",
77
author="Yuri Baburov",
88
author_email="burchik@gmail.com",
99
description="fast python port of arc90's readability tool",

0 commit comments

Comments
 (0)
0