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
Currently we're getting the version from more than one place which is error prone. When setting the __version__ variable internally, we should read the pyproject file with some toml parser (I think there is one in the dependencies) and get it from there, rather than hardcoding it again.
The text was updated successfully, but these errors were encountered:
Currently we're getting the version from more than one place which is error prone. When setting the
__version__
variable internally, we should read the pyproject file with some toml parser (I think there is one in the dependencies) and get it from there, rather than hardcoding it again.The text was updated successfully, but these errors were encountered: