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" }]