From 25e1f4d9271168b1de66a378d938e4171d8d5a6e Mon Sep 17 00:00:00 2001 From: Daniel Thom Date: Fri, 13 Dec 2024 09:13:30 -0700 Subject: [PATCH] Bump version to v0.2.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c2152d7..4d30542 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "infrasys" -version = "0.2.1" +version = "0.2.2" description = '' readme = "README.md" requires-python = ">=3.10, <3.13"