Skip to content

Version mismatch: pyproject.toml shows 0.1.6 but latest release is 0.1.10 #1721

@SHSharkar

Description

@SHSharkar

Issue Description

The version declared in /pyproject.toml/

The version declared in does not match the GitHub release tags, causing confusion for users installing from source.

Current Behavior

  • GitHub latest release tag:
  • version in main branch:
  • version in v0.1.10 tag:

When users install using:

The installed package reports version because that's what declares.

Impact

Users cannot verify they have the correct version installed. Package managers (uv, pip) rely on version metadata.

Suggested Fixes

  1. Manual updates: Update in before each release tag
  2. Automated versioning: Use or to dynamically set version from git tags
  3. Release checklist: Add version bump to release process

Environment

  • Installation method: from git
  • Observed behavior: Package version differs from git tag version

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions