X Tutup
Skip to content

Publish updated package metadata by bumping smmap to 5.0.3#66

Merged
Byron merged 2 commits intomasterfrom
copilot/fix-issue-65-smmap
Mar 9, 2026
Merged

Publish updated package metadata by bumping smmap to 5.0.3#66
Byron merged 2 commits intomasterfrom
copilot/fix-issue-65-smmap

Conversation

Copy link
Contributor

Copilot AI commented Mar 9, 2026

smmap already declares Python 3.13 support in-repo, but the latest published PyPI version (5.0.2) predates that metadata update. This change prepares a new release artifact so pip/PyPI consumers receive the current interpreter support metadata.

  • Release metadata update

    • Bumped package version from 5.0.2 to 5.0.3 in the single source of truth (smmap/__init__.py), which is consumed by setup.py for distribution metadata generation.
  • Scope

    • No runtime behavior changes.
    • No API or dependency changes.
    • Packaging/release metadata only.
# smmap/__init__.py
-version_info = (5, 0, 2)
+version_info = (5, 0, 3)

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Fix issue 65 related to smmap Publish updated package metadata by bumping smmap to 5.0.3 Mar 9, 2026
Copilot finished work on behalf of Byron March 9, 2026 02:58
Co-authored-by: Sebastian Thiel <sebastian.thiel@icloud.com>
@Byron Byron force-pushed the copilot/fix-issue-65-smmap branch from 578aa3f to e4ad410 Compare March 9, 2026 03:37
@Byron Byron marked this pull request as ready for review March 9, 2026 03:43
@Byron Byron merged commit 10aedd8 into master Mar 9, 2026
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup