Skip to content

Commit

Permalink
chore(release): v3.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
NekoAria committed Jan 4, 2023
1 parent fc0bd94 commit 195ff89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/demo_ehentai.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def show_result(resp: EHentaiResponse) -> None:
logger.info(resp.raw[0].thumbnail)
logger.info(resp.raw[0].type)
logger.info(resp.raw[0].date)
logger.info(resp.raw[0].tags)
logger.info(resp.raw[0].tags) # 推荐使用 Compact / Extended 页面布局,否则拿不到 tags
logger.info("-" * 50)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "PicImageSearch"
version = "3.7.6"
version = "3.7.7"
description = "PicImageSearch APIs for Python 3.x 适用于 Python 3 以图搜源整合API"
authors = ["kitUIN <kulujun@gmail.com>"]
maintainers = ["kitUIN <kulujun@gmail.com>", "lleans", "chinoll", "NekoAria"]
Expand Down

0 comments on commit 195ff89

Please sign in to comment.