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" }