From 97b1f8903b86b9204a65bfc13004813f4076ce40 Mon Sep 17 00:00:00 2001 From: Colin Howe Date: Sun, 12 Aug 2012 18:29:33 +0100 Subject: [PATCH] Version bump and add disk IO --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 5d26dc6..9606f55 100644 --- a/README.rst +++ b/README.rst @@ -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. diff --git a/setup.py b/setup.py index 970ae17..509b617 100644 --- a/setup.py +++ b/setup.py @@ -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',