Skip to content

Make project version dynamic based on git tags #355

@ram-from-tvl

Description

@ram-from-tvl

Description:

Currently, the project version is hardcoded in pyproject.toml:

[project]
name = "analysis-dashboard"
version = "0.1.0"

Update the project configuration to automatically derive the version from git tags instead of using a static version string.

  • Eliminates need to manually update version in pyproject.toml for each release
  • Ensures version consistency between git tags and package metadata
    Mentioned here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions