Skip to content

Commit

Permalink
Version bump and add disk IO
Browse files Browse the repository at this point in the history
  • Loading branch information
colinhowe committed Aug 12, 2012
1 parent e4593d3 commit 97b1f89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -26,7 +26,7 @@ Install from source::

Run::

monner.py --target-output /dev/null wget http://www.google.com
monner --target-output /dev/null wget http://www.google.com

The option --target-output will redirect stdout and stderr for the target
program.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -9,7 +9,7 @@

setup(
name='monner',
version='0.2.3',
version='0.3.0',
description='Monitors the system whilst executing a given program',
url='https://github.com/colinhowe/monner',
author='Colin Howe',
Expand Down

0 comments on commit 97b1f89

Please sign in to comment.