From 7ef2c942a148abd79f6386e26691c41cf434b444 Mon Sep 17 00:00:00 2001 From: "Moore.Huang" Date: Tue, 1 May 2018 22:28:14 +0800 Subject: [PATCH] =?UTF-8?q?M:=20=E4=BF=AE=E6=94=B9setup=E4=B8=AD=E7=9A=84?= =?UTF-8?q?=E6=89=93=E5=8C=85=E7=89=88=E6=9C=AC=E5=8F=B7=E4=B8=BA1.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1cb630c..67932f4 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ author_email='moore@moorehy.com', maintainer='littlemo', maintainer_email='moore@moorehy.com', - version='1.0.0a2', + version='1.0.1', description='用来实现对网络文章的爬取、mobi打包、并推送到Kindle设备上', long_description=open('README.md').read(), long_description_content_type='text/markdown',