Skip to content

Commit 203caa2

Browse files
authored
Update pyproject.toml
1 parent 0facce5 commit 203caa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pydantic-client"
3-
version = "2.0.2"
3+
version = "2.0.1"
44
description = "Http client base pydantic, with requests or aiohttp"
55
authors = [
66
{name = "ponytailer", email = "huangxiaohen2738@gmail.com"}
@@ -34,4 +34,4 @@ source = ["pydantic_client"]
3434
omit = ["tests/*"]
3535

3636
[project.scripts]
37-
swagger-cli = "pydantic_client.swagger_cli:main"
37+
swagger-cli = "pydantic_client.swagger_cli:main"

0 commit comments

Comments
 (0)