diff --git a/pyproject.toml b/pyproject.toml index 1610372..c2b38d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "richapi" -version = "0.3.1" +version = "0.3.2" description = "Find HTTPExceptions and turn them into documented responses!" readme = "README.md" requires-python = ">=3.9" diff --git a/richapi/__version__.py b/richapi/__version__.py index 260c070..f9aa3e1 100644 --- a/richapi/__version__.py +++ b/richapi/__version__.py @@ -1 +1 @@ -__version__ = "0.3.1" +__version__ = "0.3.2"