From de0bb301a62cd52039414f6a322a00abd3dc925d Mon Sep 17 00:00:00 2001 From: Mani Mozaffar Date: Sat, 2 Nov 2024 17:05:18 +0100 Subject: [PATCH] Prepare release --- pyproject.toml | 2 +- richapi/__version__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"