From 70e4b9ddee38168f0ce22015522a2021ac6f8dfa Mon Sep 17 00:00:00 2001 From: Kumi Date: Sat, 25 May 2024 17:01:18 +0200 Subject: [PATCH] chore: bump project version to 0.3.1 Incremented the project version in pyproject.toml to release minor fixes and improvements. This version update ensures users have access to the latest enhancements and bug fixes, maintaining the smooth and efficient operation of the Structables package. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 80c0f8e..b45cd88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "structables" -version = "0.3.0" +version = "0.3.1" authors = [ { name="Private.coffee Team", email="support@private.coffee" }, ]