update version number

pull/79/head
butaixianran 2023-03-29 01:14:10 +08:00
parent 5d972f8a74
commit 77effbb377
3 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,3 +1,3 @@
scripts/__pycache__/
scripts/lib/__pycache__/
scripts/ch_lib/__pycache__/
setting.json

View File

@ -6,7 +6,7 @@ import requests
import shutil
version = "1.6.0"
version = "1.6.1"
def_headers = {'User-Agent': 'Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148'}