Skip to content

Commit

Permalink
Version bump: 0.1.3 => 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
codelucas committed Feb 4, 2015
1 parent 9439e9d commit baef15a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ LICENSE
-------

Authored and maintained by `Lucas Ou-Yang`_.

`Parse.ly`_ sponsored some work on newspaper, specifically focused on
automatic extraction.

Expand Down
2 changes: 1 addition & 1 deletion newspaper/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit baef15a

Please sign in to comment.