From 19561d95ce324193e77875230eefbcc2b88a8e16 Mon Sep 17 00:00:00 2001 From: clore Date: Tue, 30 Apr 2024 14:00:59 +0000 Subject: [PATCH] 11.5.0+CLORE --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,