Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
anderskm committed Feb 9, 2017
1 parent fca451a commit 7c0f5d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
setup(
name = 'GPUtil',
packages = ['GPUtil'],
version = '1.2.2',
version = '1.2.3',
description = 'GPUtil is a Python module for getting the GPU status from NVIDA GPUs using nvidia-smi.',
author = 'Anders Krogh Mortensen',
author_email = '[email protected]',
url = 'https://github.com/anderskm/gputil',
download_url = 'https://github.com/anderskm/gputil/tarball/v1.2.2',
download_url = 'https://github.com/anderskm/gputil/tarball/v1.2.3',
keywords = ['gpu','utilization','load','memory','available','usage','free'],
install_requires = ['numpy'],
classifiers = [],
Expand Down

0 comments on commit 7c0f5d7

Please sign in to comment.