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.
This commit is contained in:
Kumi 2024-04-15 19:29:23 +02:00
parent 66d4dff72d
commit 6236142a21
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -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"