summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJay Loden <jloden@gmail.com>2009-05-06 19:18:39 +0000
committerJay Loden <jloden@gmail.com>2009-05-06 19:18:39 +0000
commitda91e6ca8ea6f0cde095612d63813c9490c992b7 (patch)
tree142c99f64625e7ff2bafbad2c524ecb45ff745cb /setup.py
parent78f4360828d107f3c740e80561c7586978136a2e (diff)
downloadpsutil-da91e6ca8ea6f0cde095612d63813c9490c992b7.tar.gz
updated version # in setup
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index dfccabca..75f09792 100644
--- a/setup.py
+++ b/setup.py
@@ -45,7 +45,7 @@ else:
def main():
setup_args = dict(
name='psutil',
- version='0.1.1',
+ version='0.1.2',
description='A process utilities module for Python',
long_description="""
psutil is a module providing convenience functions for managing processes in a