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
The version number is currently hard-coded in pyproject.toml. ggm.__version__ needs to be defined, and pull the version number from the project metadata. Alternately, both things should pull from a separate file, somehow.
The text was updated successfully, but these errors were encountered:
The version number is currently hard-coded in
pyproject.toml
.ggm.__version__
needs to be defined, and pull the version number from the project metadata. Alternately, both things should pull from a separate file, somehow.The text was updated successfully, but these errors were encountered: