From f6fc2db3d66bff1f576fbfc41623eb83fd7b1cec Mon Sep 17 00:00:00 2001 From: alexogeny <6896115+alexogeny@users.noreply.github.com> Date: Tue, 20 Aug 2024 20:52:56 +1000 Subject: [PATCH] chore: debump version after failed ci attempt --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2724c33..e86379d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "zara" -version = "v0.2.0" +version = "v0.1.0" description = "An elegant batteries-included web framework for python." authors = [ { name = "alexogeny", email = "6896115+alexogeny@users.noreply.github.com" }