diff --git a/setup.py b/setup.py index 05f881e..3dfae62 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ with open(path.join(here, 'README.md'), encoding='utf-8') as f: # DistributionMetadata.download_url = None setup(name='pynvml', - version="11.5.0-CLORE", + version="11.5.0+CLORE", python_requires='>=3.6', description='Python Bindings for the NVIDIA Management Library', long_description=long_description,