Versiontag¶
Python project versioning for lazy people¶
What’s versiontag?¶
Versiontag is an ultra-simple library design to make accessing the current version number of your software easy.
Why do I need it?¶
Version numbers are all too often duplicated among setup.py, git tags, and other sources of truth. This library makes it possible to consolidate on git tags as a single source of truth regarding version numbers. That decreases the likely hood of making errors when publishing new package versions.
Full Documentation: https://python-versiontag.readthedocs.io