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
Right now the version is hardcoded in setup.py and has to be updated manually.
We should use a tool for version updates so that whenever we create a git tag
it automatically uses this version tag for building and uploading the wheels.
Right now the version is hardcoded in
setup.py
and has to be updated manually.We should use a tool for version updates so that whenever we create a git tag
it automatically uses this version tag for building and uploading the wheels.
One I am looking into is python versioneer.
The text was updated successfully, but these errors were encountered: