gpuopenanalytics / pynvml

Provide Python access to the NVML library for GPU diagnostics
BSD 3-Clause "New" or "Revised" License
205 stars 31 forks source link

Using versioneer #12

Closed jakirkham closed 4 years ago

jakirkham commented 4 years ago

Would be good to use versioneer here to simplify the process of making a release. This would make sure the version matches that of the git tag without having to manually bump it in several places.