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
Use importlib.metadata for version, single source of truth
Remove hardcoded version string from __init__.py and use
importlib.metadata.version() instead. Version is now defined
only in pyproject.toml.
Closes#22
0 commit comments