chore(version): set version to 0.9.0.2 - #124
Merged
Merged
Conversation
Align the declared package version with the last release published to PyPI (0.9.0.2) instead of 0.9.1. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Romeo Kienzler <romeo.kienzler1@ibm.com>
Collaborator
Author
|
@romeokienzler thanks for the tidy version-alignment PR — clean, single-line, scoped to just the metadata, signed off (DCO ✅), and the AI-assist disclosure is appreciated. I confirmed What's needed
Otherwise this looks ready for a maintainer's look — no tests/docs/config changes are warranted for a pure metadata bump. — 🤖 _automated pre-review; a maintainer will follow up_ |
albanpuech
approved these changes
Sep 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sets the declared package version to
0.9.0.2instead of0.9.1.mainandfeat/vllm-0.29-supportboth currently declareversion = "0.9.1", but the last release published to PyPI is 0.9.0.2. This aligns the source-tree version with the released one.Single-line change in
pyproject.toml(the only version reference in the repo).🤖 Generated with Claude Code