Skip to content

Commit

Permalink
0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
justinzm committed Sep 28, 2022
1 parent 75ab547 commit 9b2820b
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
33 changes: 17 additions & 16 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ print(df)

#### 版本更新

0.3.7
0.3.8
指数数据:迭代百度指数

0.3.6
Expand Down
3 changes: 1 addition & 2 deletions gopup/index/baidu_decrypt.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
# @File : baidu_decrypt.py
# @desc : 百度解密

from errors import ErrorCode, GopupError
from typing import List, Dict, Tuple
from urllib.parse import urlencode, quote
from errors import ErrorCode, GopupError
from gopup.index.errors import ErrorCode, GopupError
from Crypto.Cipher import AES
from base64 import b64encode
import datetime
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

URL = 'https://github.com/justinzm/gopup'
NAME = 'gopup'
VERSION = '0.3.7'
VERSION = '0.3.8'
DESCRIPTION = 'GoPUP database'
if os.path.exists('README.md'):
with open('README.md', encoding='utf-8') as f:
Expand Down

0 comments on commit 9b2820b

Please sign in to comment.