add watch support

This commit is contained in:
2021-07-16 22:19:42 +08:00
parent 9cdd860903
commit 64cc2c57cf
3 changed files with 41 additions and 5 deletions

View File

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