Skip to content

Commit 7c0f5d7

Browse files
committed
Updated version number
1 parent fca451a commit 7c0f5d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
setup(
44
name = 'GPUtil',
55
packages = ['GPUtil'],
6-
version = '1.2.2',
6+
version = '1.2.3',
77
description = 'GPUtil is a Python module for getting the GPU status from NVIDA GPUs using nvidia-smi.',
88
author = 'Anders Krogh Mortensen',
99
author_email = '[email protected]',
1010
url = 'https://github.com/anderskm/gputil',
11-
download_url = 'https://github.com/anderskm/gputil/tarball/v1.2.2',
11+
download_url = 'https://github.com/anderskm/gputil/tarball/v1.2.3',
1212
keywords = ['gpu','utilization','load','memory','available','usage','free'],
1313
install_requires = ['numpy'],
1414
classifiers = [],

0 commit comments

Comments
 (0)