From 769fcc9664a814fae0bebcc66250c9bbff99b0d2 Mon Sep 17 00:00:00 2001 From: Zachary Smith <22395357+Cutwell@users.noreply.github.com> Date: Mon, 7 Aug 2023 22:30:08 +0100 Subject: [PATCH] Increment version to distribute changes --- python-web-io/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-web-io/pyproject.toml b/python-web-io/pyproject.toml index 53eeccc..6b6c683 100644 --- a/python-web-io/pyproject.toml +++ b/python-web-io/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-web-io" -version = "0.2.2" +version = "0.2.3" description = "Generate a webpage as a GUI for a Python script, and serve from anywhere." authors = ["Zachary Smith "] packages = [{include = "python_web_io"}]