Skip to content

Commit c1f2fe3

Browse files
committed
Fix project URLs and bump version to 1.0.3
- Fix Homepage, Documentation, Repository, Issues URLs to point to correct repo (OpenF1-python-client instead of openf1-python)
1 parent eef25eb commit c1f2fe3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "OpenF1-python-client"
7-
version = "1.0.2"
7+
version = "1.0.3"
88
description = "A production-grade Python client SDK for the OpenF1 Formula 1 API"
99
readme = "README.md"
1010
license = "MIT"
@@ -44,10 +44,10 @@ async = [
4444
]
4545

4646
[project.urls]
47-
Homepage = "https://github.com/rhtnr/openf1-python"
48-
Documentation = "https://github.com/rhtnr/openf1-python#readme"
49-
Repository = "https://github.com/rhtnr/openf1-python"
50-
Issues = "https://github.com/rhtnr/openf1-python/issues"
47+
Homepage = "https://github.com/rhtnr/OpenF1-python-client"
48+
Documentation = "https://github.com/rhtnr/OpenF1-python-client#readme"
49+
Repository = "https://github.com/rhtnr/OpenF1-python-client"
50+
Issues = "https://github.com/rhtnr/OpenF1-python-client/issues"
5151
Funding = "https://buymeacoffee.com/rhtnr"
5252

5353
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)