diff --git a/monagent/common/config.py b/monagent/common/config.py index c9ea8754..aa153365 100644 --- a/monagent/common/config.py +++ b/monagent/common/config.py @@ -56,7 +56,7 @@ def get_parsed_args(): def get_version(): - return "1.0.0" + return "1.0.1" def skip_leading_wsp(f): diff --git a/setup.py b/setup.py index b7730b47..c518475e 100644 --- a/setup.py +++ b/setup.py @@ -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",