diff --git a/setup.py b/setup.py index 95ab8bb..49c5bbe 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name = 'gpuutil', - version = '0.0.2', + version = '0.0.3', keywords='gpu utils', description = 'A tool for observing gpu stat and auto set visible gpu in python code.', license = 'MIT License',