From 432dec365e20f675d026867a8f8c3af02e63422b Mon Sep 17 00:00:00 2001 From: zmy Date: Tue, 17 Nov 2020 21:09:11 +0800 Subject: [PATCH] update to 0.0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3a7ba2d..804e45b 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name = 'gpuutil', - version = '0.0.1', + version = '0.0.2', keywords='gpu utils', description = 'A tool for observing gpu stat and auto set visible gpu in python code.', license = 'MIT License',