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
Make versioning independent of bump2version and VERSION file. Use importlib.metadata method importlib.metadata.version(package) to retrieve package version instead of hardcoding it in many files and update it with bump2version.
The text was updated successfully, but these errors were encountered:
Make versioning independent of bump2version and VERSION file. Use importlib.metadata method importlib.metadata.version(package) to retrieve package version instead of hardcoding it in many files and update it with bump2version.
The text was updated successfully, but these errors were encountered: