dbs_annotator.version.get_version

dbs_annotator.version.get_version()[source]

Return the package version.

Prefers installed distribution metadata (works in packaged apps), falling back to parsing __init__.py when running from a source checkout. In a frozen bundle, source files may not be available on disk, so we fall back to the already-loaded __version__ attribute.

Return type:

str