From 6236142a2115b8a9e7b6977640515ec68bf85b01 Mon Sep 17 00:00:00 2001 From: Kumi Date: Mon, 15 Apr 2024 19:29:23 +0200 Subject: [PATCH] chore: bump version to 0.3.8 and update URLs Bumped project version to 0.3.8 for the next release cycle. Updated Homepage and Bug Tracker URLs to reflect the new hosting location, aiming for improved accessibility and collaboration. Additionally, introduced a Source Code URL for direct access to the repository, facilitating developers' engagement and contributions. --- pyproject.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6227b07..29f64b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ allow-direct-references = true [project] name = "matrix-gptbot" -version = "0.3.7" +version = "0.3.8" authors = [ { name="Kumi Mitterer", email="gptbot@kumi.email" }, @@ -65,8 +65,9 @@ dev = [ ] [project.urls] -"Homepage" = "https://kumig.it/kumitterer/matrix-gptbot" -"Bug Tracker" = "https://kumig.it/kumitterer/matrix-gptbot/issues" +"Homepage" = "https://git.private.coffee/kumi/matrix-gptbot" +"Bug Tracker" = "https://git.private.coffee/kumi/matrix-gptbot/issues" +"Source Code" = "https://git.private.coffee/kumi/matrix-gptbot" [project.scripts] gptbot = "gptbot.__main__:main"