Update version from 0.0.7 to 0.0.8

This commit is contained in:
Lucas Ou-Yang 2014-10-12 14:13:29 -07:00
parent 6da4fa96e3
commit 4e31fc3124
2 changed files with 2 additions and 2 deletions

View file

@ -7,5 +7,5 @@ __author__ = 'Lucas Ou-Yang'
__license__ = 'MIT'
__copyright__ = 'Copyright 2014, Lucas Ou-Yang'
version_info = (0, 0, 7)
version_info = (0, 0, 8)
__version__ = ".".join(map(str, version_info))

View file

@ -50,7 +50,7 @@ except:
setup(
name='newspaper',
version='0.0.7',
version='0.0.8',
description='Simplified python article discovery & extraction.',
# long_description=readme+'\r\n'+history,
author='Lucas Ou-Yang',