From c95de5a6e993ca87b5bd82d1854ab3cc9792f36c Mon Sep 17 00:00:00 2001 From: Vishesh 'ironeagle' Bangotra Date: Sun, 19 Jul 2026 20:20:42 +0530 Subject: [PATCH] bumped up version to 0.0.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 04f0405..23f8888 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "openapi-first" -version = "0.0.5" +version = "0.0.6" description = "Strict OpenAPI-first application bootstrap for FastAPI." readme = "README.md" requires-python = ">=3.10"