Skip to content

Commit 4d4ff0c

Browse files
Mlaz-codeclaude
andcommitted
chore(release): 0.3.2 — canonicalize repo URLs to SharpAPI-Python
Update Repository and Changelog URLs in package metadata to match the post-rename canonical case. The lowercase form continues to redirect on GitHub but the canonical form is what should appear on the PyPI page. Metadata-only release; no code changes. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 76d98f0 commit 4d4ff0c

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to the `sharpapi` Python SDK are documented here.
44

5+
## 0.3.2 — 2026-05-07
6+
7+
### Changed
8+
9+
- Update `Repository` and `Changelog` URLs in package metadata to use the
10+
canonical `SharpAPI-Python` repo name (was lowercase `sharpapi-python`,
11+
redirected by GitHub but worth making canonical on PyPI). Metadata-only
12+
release; no code changes.
13+
514
## 0.3.1 — 2026-05-06
615

716
### Added — TeamRef metadata

pyproject.toml

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

55
[project]
66
name = "sharpapi"
7-
version = "0.3.1"
7+
version = "0.3.2"
88
description = "Official Python SDK for the SharpAPI real-time sports betting odds API"
99
readme = "README.md"
1010
license = "MIT"
@@ -35,8 +35,8 @@ test = ["pytest>=8.0", "pytest-asyncio>=0.23", "respx>=0.21"]
3535
[project.urls]
3636
Homepage = "https://sharpapi.io"
3737
Documentation = "https://docs.sharpapi.io/sdks/python"
38-
Repository = "https://github.com/Sharp-API/sharpapi-python"
39-
Changelog = "https://github.com/Sharp-API/sharpapi-python/releases"
38+
Repository = "https://github.com/Sharp-API/SharpAPI-Python"
39+
Changelog = "https://github.com/Sharp-API/SharpAPI-Python/releases"
4040

4141
[tool.hatch.build.targets.wheel]
4242
packages = ["src/sharpapi"]

0 commit comments

Comments
 (0)