Skip to content

Commit adf444f

Browse files
committed
Update project urls in pyproject.toml
1 parent 11d96a5 commit adf444f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "promptql-api-sdk"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Python SDK for PromptQL Natural Language API"
55
authors = [
66
{name = "Hasura Team", email = "info@hasura.io"}
@@ -27,10 +27,8 @@ dependencies = [
2727
]
2828

2929
[project.urls]
30-
homepage = "https://hasura.io/docs/promptql/promptql-apis/"
3130
repository = "https://github.com/hasura/promptql-python-sdk"
32-
documentation = "https://hasura.io/docs/promptql/promptql-apis/"
33-
31+
documentation = "https://hasura.io/docs/promptql/promptql-apis/natural-language-api/"
3432

3533
[build-system]
3634
requires = ["poetry-core>=2.0.0,<3.0.0"]

0 commit comments

Comments
 (0)