auraloss icon indicating copy to clipboard operation
auraloss copied to clipboard

Include `__version__` in package

Open sdatkinson opened this issue 2 years ago • 1 comments

Currently,

from auraloss import __version__

isn't supported.

It'd be great to have __version__ defined so that depending code can detect which version is installed and react accordingly (e.g. when APIs change).

neural-amp-modeler implements this with a _version.py (to keep DRY); I'd be happy to PR something similar if you're interested.

Cheers!

sdatkinson avatar Apr 23 '23 00:04 sdatkinson

Thanks for raising this @sdatkinson. Sounds like a good idea. Happy to accept a PR on this.

csteinmetz1 avatar Apr 24 '23 07:04 csteinmetz1