Skip to content

Commit

Permalink
Update version for new python3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
codelucas committed Dec 27, 2014
1 parent 7bcb723 commit 0289aa7
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
@@ -7,5 +7,5 @@
__license__ = 'MIT'
__copyright__ = 'Copyright 2014, Lucas Ou-Yang'

version_info = (0, 1, 0)
version_info = (0, 1, 1)
__version__ = ".".join(map(str, version_info))
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@

setup(
name='newspaper3k',
version='0.1.0',
version='0.1.1',
description='Simplified python article discovery & extraction.',
long_description=readme,
author='Lucas Ou-Yang',

0 comments on commit 0289aa7

Please sign in to comment.