-
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Labels
bugSomething isn't workingSomething isn't working