alexlaverty / python-reddit-youtube-bot

Automated Reddit Youtube Video Bot
https://www.youtube.com/channel/UCzIwW92D_rM5_yvWBsquSbw
75 stars 17 forks source link

Improvement: Single source of truth for package version #80

Open nathonfowlie opened 1 year ago

nathonfowlie commented 1 year ago

The package version is currently hard-coded in pyproject.toml. It would be good to dynamically set the version based on git tag, to keep the GitHub releases and pip package versions in sync.