Releases: smarie/python-getversion
Releases · smarie/python-getversion
0.5.1 - Bugfixes
- fixed PyPi doc
__version__should now be available on the distributedgetversionpackage.
See documentation page for details.
0.5.0 - First public version
Simplified design: now a single get_module_version function is the entry point and compiles 4 strategies:
__version__attribute- built-in module using
stdlib_list - unzipped wheel & unzipped egg
- git scm using
setuptools_scm
See documentation page for details.