From 55c3307b74b837cc37e3adc6b34b712038d68d64 Mon Sep 17 00:00:00 2001 From: Joe Kaufeld Date: Tue, 16 Sep 2025 13:55:27 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=200.4.0?= 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 bf6690a..ccb7cf1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "src" -version = "0.3.0" +version = "0.4.0" description = "" authors = ["Joe Kaufeld "]