From baef15a1ecf2e89c3ad92daf8ab45744532c145e Mon Sep 17 00:00:00 2001 From: Lucas Ou-Yang Date: Wed, 4 Feb 2015 03:19:21 -0800 Subject: [PATCH] Version bump: 0.1.3 => 0.1.4 --- README.rst | 1 + newspaper/version.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 92bd2ba0d..a3b7406a7 100644 --- a/README.rst +++ b/README.rst @@ -298,6 +298,7 @@ LICENSE ------- Authored and maintained by `Lucas Ou-Yang`_. + `Parse.ly`_ sponsored some work on newspaper, specifically focused on automatic extraction. diff --git a/newspaper/version.py b/newspaper/version.py index 886da7bfc..23245d841 100644 --- a/newspaper/version.py +++ b/newspaper/version.py @@ -7,5 +7,5 @@ __license__ = 'MIT' __copyright__ = 'Copyright 2014, Lucas Ou-Yang' -version_info = (0, 1, 3) +version_info = (0, 1, 4) __version__ = ".".join(map(str, version_info)) diff --git a/setup.py b/setup.py index 1a8a860e0..6433e8302 100755 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ setup( name='newspaper3k', - version='0.1.3', + version='0.1.4', description='Simplified python article discovery & extraction.', long_description=readme, author='Lucas Ou-Yang',