[MINOR] chore: bump version to 0.1.0#80
Merged
Merged
Conversation
Bump the project version from 0.1.0.dev0 to 0.1.0 in three places: - pyproject.toml — project metadata version field - src/adp_hypervisor/handlers/initialize.py — _DEFAULT_SERVER_INFO constant used in the MCP initialize handshake response - tests/unit/handlers/test_initialize.py — expected version in test Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
jerryshao
approved these changes
Mar 16, 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.
What changes were proposed in this pull request?
Bump the project version from
0.1.0.dev0to0.1.0in three places:pyproject.toml— project metadata version fieldsrc/adp_hypervisor/handlers/initialize.py—_DEFAULT_SERVER_INFOconstant used in the MCPinitializehandshake responsetests/unit/handlers/test_initialize.py— expected version in test assertionWhy are the changes needed?
Removes the
dev0pre-release suffix to mark the0.1.0stable release, aligning with PEP 440 versioning conventions.Does this PR introduce any user-facing change?
Yes — the server's self-reported version in the
initializeresponse will change from0.1.0.dev0to0.1.0.How was this patch tested?
No logic changes; verified that the existing test suite passes (686 tests):