Skip to content

Commit

Permalink
chore(release): v3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NekoAria committed Aug 29, 2022
1 parent b5b74c1 commit 8daae39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "PicImageSearch"
version = "3.4.2"
version = "3.4.3"
description = "PicImageSearch APIs for Python 3.x 适用于 Python 3 以图搜源整合API"
authors = ["kitUIN <[email protected]>"]
maintainers = ["kitUIN <[email protected]>", "lleans", "chinoll", "NekoAria"]
Expand All @@ -15,7 +15,7 @@ keywords = ["google", "iqdb", "saucenao", "tracemoe", "ascii2d"]

[tool.poetry.dependencies]
python = "^3.7"
aiohttp = { extras = ["speedups"], version = "^3.8.1" }
aiohttp = {extras = ["speedups"], version = "^3.8.1"}
aiohttp_socks = { version = "^0.7.1", optional = true }
lxml = "^4.9.1"
multidict = "^6.0.2"
Expand Down

0 comments on commit 8daae39

Please sign in to comment.