diff --git a/pyproject.toml b/pyproject.toml index 8943d39..8b42c0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "arrest" -version = "0.1.1" +version = "0.1.2" description = "Arrest is a wrapper of pydantic and httpx to make your REST api calls type-safe and structured" authors = ["shiladitya "] license = "MIT"