1 parent 6da4fa9 commit 4e31fc3Copy full SHA for 4e31fc3
2 files changed
newspaper/version.py
@@ -7,5 +7,5 @@
7
__license__ = 'MIT'
8
__copyright__ = 'Copyright 2014, Lucas Ou-Yang'
9
10
-version_info = (0, 0, 7)
+version_info = (0, 0, 8)
11
__version__ = ".".join(map(str, version_info))
setup.py
@@ -50,7 +50,7 @@
50
51
setup(
52
name='newspaper',
53
- version='0.0.7',
+ version='0.0.8',
54
description='Simplified python article discovery & extraction.',
55
# long_description=readme+'\r\n'+history,
56
author='Lucas Ou-Yang',
0 commit comments