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:
parent
66d4dff72d
commit
6236142a21
1 changed files with 4 additions and 3 deletions
|
@ -7,7 +7,7 @@ allow-direct-references = true
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "matrix-gptbot"
|
name = "matrix-gptbot"
|
||||||
version = "0.3.7"
|
version = "0.3.8"
|
||||||
|
|
||||||
authors = [
|
authors = [
|
||||||
{ name="Kumi Mitterer", email="gptbot@kumi.email" },
|
{ name="Kumi Mitterer", email="gptbot@kumi.email" },
|
||||||
|
@ -65,8 +65,9 @@ dev = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
"Homepage" = "https://kumig.it/kumitterer/matrix-gptbot"
|
"Homepage" = "https://git.private.coffee/kumi/matrix-gptbot"
|
||||||
"Bug Tracker" = "https://kumig.it/kumitterer/matrix-gptbot/issues"
|
"Bug Tracker" = "https://git.private.coffee/kumi/matrix-gptbot/issues"
|
||||||
|
"Source Code" = "https://git.private.coffee/kumi/matrix-gptbot"
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
gptbot = "gptbot.__main__:main"
|
gptbot = "gptbot.__main__:main"
|
||||||
|
|
Loading…
Reference in a new issue