From f1f656f1988fd76c39be6c9d0fe565bd74839783 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Wed, 8 May 2024 16:24:01 -0400 Subject: [PATCH] pyproject: 3.0.4 Signed-off-by: William Woodruff --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d8a7b6f..66cdeec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "gha-pep740-experiments" # REQUIRED, is the only field that cannot be marked as dynamic. -version = "3.0.3" # REQUIRED, although can be dynamic +version = "3.0.4" # REQUIRED, although can be dynamic description = "A sample Python project"