From 6ad787c6eccf7bc57434faf1041b3d5980e6e362 Mon Sep 17 00:00:00 2001 From: modularizer Date: Thu, 1 Feb 2024 23:10:15 -0800 Subject: [PATCH] add simple static file handler --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index adf3388..0ea5ef4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "socketwrench" -version = "1.3.0" +version = "1.4.0" 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" }]