From 0f3d62fee608862faeecba854455911e668ff84b Mon Sep 17 00:00:00 2001 From: rjzamora Date: Fri, 16 Aug 2019 12:23:45 -0700 Subject: [PATCH] bump version to 8.0.2 - Fixing setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 525873a..d5a6f79 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ # DistributionMetadata.download_url = None setup(name='pynvml', - version='8.0.1', + version='8.0.2', python_requires='>=3.6', description='Python Bindings for the NVIDIA Management Library', long_description=long_description,