Skip to content

Commit 600bc85

Browse files
committed
Add project URLs, update version
1 parent 276e4f1 commit 600bc85

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "postcode-eu-api-client"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "Python client for the Postcode.eu API"
55
license = "BSD-2-Clause"
66
readme = "README.md"
@@ -12,6 +12,11 @@ dependencies = [
1212
"requests>=2.0,<3.0",
1313
]
1414

15+
[project.urls]
16+
Homepage = "https://www.postcode.eu/products/address-api"
17+
Repository = "https://github.com/postcode-nl/postcode-eu-api-client-python"
18+
Issues = "https://github.com/postcode-nl/postcode-eu-api-client-python/issues"
19+
1520
[build-system]
1621
requires = ["uv_build>=0.8.11,<0.9.0"]
1722
build-backend = "uv_build"

0 commit comments

Comments
 (0)