mirror of
https://github.com/codelucas/newspaper.git
synced 2025-12-23 05:36:50 +00:00
Update version from 0.0.7 to 0.0.8
This commit is contained in:
parent
6da4fa96e3
commit
4e31fc3124
2 changed files with 2 additions and 2 deletions
|
|
@ -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))
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue