From db052ba7cc30f1d3f734821b2f420c18857c26e2 Mon Sep 17 00:00:00 2001 From: modularizer <82345008+modularizer@users.noreply.github.com> Date: Tue, 7 May 2024 12:01:24 -0700 Subject: [PATCH] small openapi schema patch --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2184fca..44b6ad7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "socketwrench" -version = "1.8.0" +version = "1.8.1" description = "A simple Python library for creating web servers and APIs using sockets, supporting openapi and swagger." readme = "README.md" authors = [{ name = "Torin Halsted", email = "modularizer@gmail.com" }]