Skip to content

[MINOR] chore: bump version to 0.1.0#80

Merged
jerryshao merged 1 commit into
mainfrom
chore/bump-version-0.1.0
Mar 16, 2026
Merged

[MINOR] chore: bump version to 0.1.0#80
jerryshao merged 1 commit into
mainfrom
chore/bump-version-0.1.0

Conversation

@mchades

@mchades mchades commented Mar 16, 2026

Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

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 assertion

Why are the changes needed?

Removes the dev0 pre-release suffix to mark the 0.1.0 stable release, aligning with PEP 440 versioning conventions.

Does this PR introduce any user-facing change?

Yes — the server's self-reported version in the initialize response will change from 0.1.0.dev0 to 0.1.0.

How was this patch tested?

No logic changes; verified that the existing test suite passes (686 tests):

uv run python -m unittest discover -s tests -v

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>
@mchades
mchades requested a review from jerryshao March 16, 2026 10:35
@mchades mchades self-assigned this Mar 16, 2026
@jerryshao
jerryshao merged commit 527c4da into main Mar 16, 2026
6 checks passed
@jerryshao
jerryshao deleted the chore/bump-version-0.1.0 branch March 16, 2026 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants