change version to 0.0.3

This commit is contained in:
mingyang 2020-12-14 18:20:56 +08:00
parent 8ae743e166
commit 37a1cfe942

View File

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup( setup(
name = 'gpuutil', name = 'gpuutil',
version = '0.0.2', version = '0.0.3',
keywords='gpu utils', keywords='gpu utils',
description = 'A tool for observing gpu stat and auto set visible gpu in python code.', description = 'A tool for observing gpu stat and auto set visible gpu in python code.',
license = 'MIT License', license = 'MIT License',