From d6692e6e249420f4d5f3483c8b0e15e6dabc390d Mon Sep 17 00:00:00 2001 From: pesap Date: Tue, 21 Jan 2025 13:48:52 -0700 Subject: [PATCH] bumping version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f66f510..81033ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "infrasys" -version = "0.2.3" +version = "0.2.4" description = '' readme = "README.md" requires-python = ">=3.10, <3.13"