Get rid of versioneer
from cuda-bindings
#233
Labels
cuda.bindings
Everything related to the cuda.bindings module
P1
Medium priority - Should do
packaging
Anything related to wheels or Conda packages
Offline discussions with @vyars @bryevdv suggests that any of those tools listed here could be a good alternative.
Alternatively, we can just manually bump
__version__
in_version.py
, as done incuda.core
, and let it propagate to other places (ex:pyproject.toml
).versioneer
has the following disadvantagesThe text was updated successfully, but these errors were encountered: