We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0facce5 commit 203caa2Copy full SHA for 203caa2
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "pydantic-client"
3
-version = "2.0.2"
+version = "2.0.1"
4
description = "Http client base pydantic, with requests or aiohttp"
5
authors = [
6
{name = "ponytailer", email = "huangxiaohen2738@gmail.com"}
@@ -34,4 +34,4 @@ source = ["pydantic_client"]
34
omit = ["tests/*"]
35
36
[project.scripts]
37
-swagger-cli = "pydantic_client.swagger_cli:main"
+swagger-cli = "pydantic_client.swagger_cli:main"
0 commit comments