From 7512c54d94fbbb51aae5df4a3d26c0ba3cb470b9 Mon Sep 17 00:00:00 2001 From: Kumi Date: Wed, 19 Jun 2024 10:17:04 +0200 Subject: [PATCH] chore(release): bump version to 0.0.3 Version updated to 0.0.3 to incorporate recent changes and improvements. Helps in tracking the progress and ensures version consistency. No breaking changes introduced. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3a91306..fd784d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "gitcloak" -version = "0.0.2" +version = "0.0.3" authors = [{ name = "Private.coffee Team", email = "support@private.coffee" }] description = "Simple Python-based private frontend for GitHub repositories" readme = "README.md"