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.
Right now the version is hardcoded in
setup.pyand 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.