From 56939c0f122a43c639ae8b01a5f9bede721c542f Mon Sep 17 00:00:00 2001 From: Jessica Lynch Date: Wed, 24 Jan 2024 16:39:13 -0500 Subject: [PATCH] Bump v1.0.0-alpha.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 94409a9..7cff6b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"] [project] name = "draws" -version = "1.0.0-alpha.2" +version = "1.0.0-alpha.3" description = "Lightweight AWS Diagram Automation" readme = "README.md" authors = [{ name = "Jessica Lynch" }]