Skip to content

Commit

Permalink
Bumped version for release 0.4.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
wilrnh committed May 6, 2015
1 parent c19b955 commit 03e8b60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Setup

Releases
========
0.4.0 - May 06, 2015: Specify device to check, and added check for temperature; thanks @gslongo!
0.2.0 - Jan 16, 2013: Initial release

Develop
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from distutils.core import setup

setup(name='nagios-nvidia-smi-plugin',
version='0.2.0',
version='0.4.0',
author='William Hutson',
author_email='[email protected]',
license="MIT",
Expand All @@ -13,4 +13,4 @@
long_description=open('README.txt').read(),
install_requires=["argparse","nagiosplugin"],
scripts=["check_nvidiasmi.py"]
)
)

0 comments on commit 03e8b60

Please sign in to comment.