From 1466e8f762bc4fff67b2fad1148a048a7e64da07 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 16 Jul 2026 22:40:33 +0000 Subject: [PATCH 1/2] Initial plan From f352aa1f051033dae297ada404f99b317709a5b4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 16 Jul 2026 22:42:53 +0000 Subject: [PATCH 2/2] fix: bump version to 0.9.3 to resolve PyPI 400 Bad Request on duplicate upload --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff7105f..28250cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -221,4 +221,7 @@ - Media gallery uses the shared GraphQL endpoint via `_get_extended_title_info` - Updated `docs/index.md` to include all features from README.md (reviews, trivia, media gallery, company credits, awards, localized results, filtering by type, filmography, all interests, AWS WAF mention) - Synchronized GitHub static page documentation with current feature set - - added notice : https://github.com/tveronesi/imdbinfo/issues/177 \ No newline at end of file + - added notice : https://github.com/tveronesi/imdbinfo/issues/177 + +## v0.9.3 + - Fix version conflict: bump version to resolve PyPI 400 Bad Request error caused by attempting to re-upload an already-existing release \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 5355d20..a050113 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "imdbinfo" -version = "0.9.2" +version = "0.9.3" description = "A Python service for querying IMDb data" readme = "README.md" license = { file = "LICENSE" }