From c82e0961b7676bab1d5b079a51c69efdc1bf3910 Mon Sep 17 00:00:00 2001 From: Kumi Date: Sun, 7 Jul 2024 14:44:40 +0200 Subject: [PATCH] chore: update version to 0.3.9 and tweak .gitignore Bumped the project version to 0.3.9 in preparation for the next release. Adjusted .gitignore to properly ignore /dist/ directory. No major functionality changes expected. --- .gitignore | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0a3a81a..fcfa382 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ .env .vscode __pycache__/ -dist/ +/dist/ docker-compose.yml privacy.md privacy.txt diff --git a/pyproject.toml b/pyproject.toml index bdc81c3..d340c6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "structables" -version = "0.3.8" +version = "0.3.9" authors = [ { name="Private.coffee Team", email="support@private.coffee" }, ]