diff --git a/CHANGELOG.md b/CHANGELOG.md index a323e05..fd4d9fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1] - 2026-06-13 + +### Fixed + +- Updated PyPI homepage metadata to point to the community SDK repository instead + of the Visor website. + ## [0.1.0] - 2026-06-13 ### Added @@ -25,5 +32,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Publish-grade `pyproject.toml` metadata: authors, classifiers, keywords, license files, URLs - CI matrix across Python 3.10–3.13 with separate lint, test, and build jobs -[Unreleased]: https://github.com/whitewalls86/visor-python/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/whitewalls86/visor-python/compare/v0.1.1...HEAD +[0.1.1]: https://github.com/whitewalls86/visor-python/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/whitewalls86/visor-python/releases/tag/v0.1.0 diff --git a/pyproject.toml b/pyproject.toml index 68fb41f..e7065d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "visor-python" -version = "0.1.0" +version = "0.1.1" description = "Python SDK for the Visor Public API" readme = "README.md" license = "MIT" @@ -44,7 +44,7 @@ dev = [ ] [project.urls] -Homepage = "https://visor.vin" +Homepage = "https://github.com/whitewalls86/visor-python" Repository = "https://github.com/whitewalls86/visor-python" Issues = "https://github.com/whitewalls86/visor-python/issues" Changelog = "https://github.com/whitewalls86/visor-python/blob/master/CHANGELOG.md"