diff --git a/Pydoc/main.html b/Pydoc/main.html index 62e9894..eb2e374 100644 --- a/Pydoc/main.html +++ b/Pydoc/main.html @@ -13,7 +13,7 @@  
@author: QiZhao
@license: GNU GPLv3
-@version: 0.1.6

+@version: 0.1.7

diff --git a/Pydoc/send.html b/Pydoc/send.html index 79aca26..0784acc 100644 --- a/Pydoc/send.html +++ b/Pydoc/send.html @@ -13,7 +13,7 @@  
@author: QiZhao
@license: GNU GPLv3
-@version: 0.1.5

+@version: 0.1.7

diff --git a/Pydoc/spider.html b/Pydoc/spider.html index bbc3552..d1e260e 100644 --- a/Pydoc/spider.html +++ b/Pydoc/spider.html @@ -13,7 +13,7 @@  
@author: QiZhao
@license: GNU GPLv3
-@version: 0.1.6

+@version: 0.1.7

diff --git a/src/main.py b/src/main.py index e9b6ff8..3f34980 100644 --- a/src/main.py +++ b/src/main.py @@ -4,7 +4,7 @@ @author: QiZhao @license: GNU GPLv3 -@version: 0.1.6 +@version: 0.1.7 ''' import spider import time @@ -37,7 +37,7 @@ def Init(): def Show_right(): '''显示程序版权声明''' - print('陕师大校园通知自动提醒'+' '+'V0.1.6') + print('陕师大校园通知自动提醒'+' '+'V0.1.7') print('版权所有 (c) QiZhao 保留所有权利。 ') print('本程序仅供学习和研究使用,不得用于任何商业用途.') print('如您在使用中遇到任何问题,可联系作者邮箱: zhaoqi99@outlook.com') diff --git a/src/send.py b/src/send.py index 358b8dc..a941f7d 100644 --- a/src/send.py +++ b/src/send.py @@ -4,7 +4,7 @@ @author: QiZhao @license: GNU GPLv3 -@version: 0.1.5 +@version: 0.1.7 ''' from twilio.rest import Client from email.mime.text import MIMEText diff --git a/src/spider.py b/src/spider.py index 6bcf69b..c985a74 100644 --- a/src/spider.py +++ b/src/spider.py @@ -4,7 +4,7 @@ @author: QiZhao @license: GNU GPLv3 -@version: 0.1.6 +@version: 0.1.7 ''' import urllib.request import re