You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #50 we end up with 2 places where package version information exists:
__init__.py
pyproject.toml
Ideally it only exists in one place, and maintains the expected behavior of allowing a user to do the following in Python:
import dorado
print(dorado.__version__)
and have their dorado version number print out to the console. There is surely a way to accomplish this, just didn't come to be instantly when working on #47