From 29c1579f40680a7f8181d225716fbe96c8699096 Mon Sep 17 00:00:00 2001 From: Vishesh 'ironeagle' Bangotra Date: Sun, 11 Jan 2026 21:44:11 +0530 Subject: [PATCH] =?UTF-8?q?v0.0.4=20=E2=80=94=20Documents=20and=20packages?= =?UTF-8?q?=20OpenAPI-first=20application=20templates,=20adds=20multi-temp?= =?UTF-8?q?late=20CLI=20scaffolding,=20and=20enforces=20package-bound=20do?= =?UTF-8?q?cumentation=20generation.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e8f2593..2bc1286 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "openapi-first" -version = "0.0.3" +version = "0.0.4" description = "Strict OpenAPI-first application bootstrap for FastAPI." readme = "README.md" requires-python = ">=3.10"