update to 0.0.2

This commit is contained in:
mingyang 2020-11-17 21:09:11 +08:00
parent a74f51475e
commit 432dec365e

View File

@ -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',