Version bump to 1.0.1

This commit is contained in:
David Schroeder 2014-05-13 11:41:40 -06:00
parent ce12e4d94b
commit 5ea3ee3b09
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ def get_parsed_args():
def get_version():
return "1.0.0"
return "1.0.1"
def skip_leading_wsp(f):

View File

@ -111,7 +111,7 @@ setup(
name='mon-agent',
maintainer="Tim Kuhlman",
maintainer_email="tim.kuhlman@hp.com",
version='1.0.0',
version='1.0.1',
description="Collects metrics from the host it is installed on and sends to the monitroing api",
classifiers=[
"Development Status :: 5 - Production/Stable",