readfish
readfish copied to clipboard
VersionInfo class for readfish
Use this - https://github.com/python-attrs/attrs/blob/23.1.0/src/attr/_version_info.py
Allows to include a stable modifier for our benefit, whilst still creating wheels in line with PEP440
We would then version things as
{YYYY}.{MINOR}.{MICRO}.{Modifier} Where modifier is one of {dev, rc, stable}