Skip to content

Commit 4e31fc3

Browse files
committed
Update version from 0.0.7 to 0.0.8
1 parent 6da4fa9 commit 4e31fc3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

newspaper/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
__license__ = 'MIT'
88
__copyright__ = 'Copyright 2014, Lucas Ou-Yang'
99

10-
version_info = (0, 0, 7)
10+
version_info = (0, 0, 8)
1111
__version__ = ".".join(map(str, version_info))

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
setup(
5252
name='newspaper',
53-
version='0.0.7',
53+
version='0.0.8',
5454
description='Simplified python article discovery & extraction.',
5555
# long_description=readme+'\r\n'+history,
5656
author='Lucas Ou-Yang',

0 commit comments

Comments
 (0)