Skip to content

0.5.0 - First public version

Compare
Choose a tag to compare
@smarie smarie released this 05 Jul 17:08
· 47 commits to master since this release

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.