Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include __version__ in package #59

Open
sdatkinson opened this issue Apr 23, 2023 · 1 comment
Open

Include __version__ in package #59

sdatkinson opened this issue Apr 23, 2023 · 1 comment

Comments

@sdatkinson
Copy link

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!

@csteinmetz1
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants