sourmash-bio / sourmash

Quickly search, compare, and analyze genomic and metagenomic data sets.
http://sourmash.readthedocs.io/en/latest/
Other
476 stars 79 forks source link

change `sourmash.VERSION` to `sourmash.__version__` #3347

Open ctb opened 1 month ago

ctb commented 1 month ago

__version__ (as a string) is more standard; mentioned in PEP 8 and PEP 440. see https://stackoverflow.com/a/459185 for links/discussion.