thelabnyc / python-versiontag

Simple git tag based version numbers

Home Page:https://python-versiontag.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple git tag based version numbers

https://python-versiontag.readthedocs.io/

License:ISC License


Languages

Language:Python 99.6%Language:Shell 0.4%