From 6399420c5f1a721dc4a678fb9d55d4a2319a7f75 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Mon, 26 Jan 2026 15:51:34 -0600 Subject: [PATCH] PyProject: Willa to 0.0.4 Now that 0.0.3 is released, 0.0.4 is the next version in development. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b5ebf02..29f39dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "willa" -version = "0.0.3" +version = "0.0.4" dependencies = [ "asyncpg", "awscli-local",