Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
codelucas committed Jan 24, 2018
1 parent 17f0673 commit d7a535e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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, 2, 5)
version_info = (0, 2, 6)
__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 @@ -44,7 +44,7 @@

setup(
name='newspaper3k',
version='0.2.5',
version='0.2.6',
description='Simplified python article discovery & extraction.',
long_description=readme,
author='Lucas Ou-Yang',
Expand Down

0 comments on commit d7a535e

Please sign in to comment.