From e88058af35c6fe67450c701b6347a29e7ece14c7 Mon Sep 17 00:00:00 2001 From: Kumi Date: Sun, 26 May 2024 08:51:11 +0200 Subject: [PATCH] chore: bump version to 0.3.4 Incremented the project version to 0.3.4 in pyproject.toml, preparing for a new release. This version bump reflects the latest minor fixes and improvements. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cf73205..69244d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "structables" -version = "0.3.3" +version = "0.3.4" authors = [ { name="Private.coffee Team", email="support@private.coffee" }, ]