chore: bump version to 0.2.0 for list_messages publish #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Type
Feature
Lineage
Standalone -- unblocks groupme-mcp#5
Repo
forgejo_admin/groupme-sdkUser Story
As a downstream consumer (groupme-mcp)
I want the groupme-sdk 0.2.0 wheel published to Forgejo PyPI
So that I can depend on list_messages via the package index
Context
PR #4 added list_messages but did not bump the version from 0.1.0. The Forgejo PyPI registry still serves the old 0.1.0 wheel without list_messages. Bumping to 0.2.0 and publishing unblocks groupme-mcp#5.
File Targets
Files the agent should modify or create:
pyproject.toml-- bump version from 0.1.0 to 0.2.0Files the agent should NOT touch:
src/groupme_sdk/messages.py-- already has list_messages from PR #4Acceptance Criteria
uv pip install groupme-sdk>=0.2.0 --index-url ...pulls list_messagesTest Expectations
pytest tests/ -v -m "not integration"Constraints
Checklist
Related
groupme-mcp#5