Skip to content

Commit

Permalink
Bumping the version for the new checks
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 committed Feb 19, 2015
1 parent 141f6bf commit 8fd82a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ def parse_requirements(filename):
name="nagios-elasticsearch",
description="A selection of Nagios plugins to monitor ElasticSearch.",
long_description=open('README.rst').read(),
version="0.1.2",
version="0.1.3",
packages=find_packages(),
author='Paul Stack',
author_email='[email protected]',
url="https://github.com/stack72/nagios-elasticsearch",
download_url='http://github.com/stack72/nagios-elasticsearch/tarball/0.1.2',
download_url='http://github.com/stack72/nagios-elasticsearch/tarball/0.1.3',
scripts=["check_es_nodes.py",
"check_es_cluster_status.py",
"check_es_jvm_usage.py",
Expand Down

0 comments on commit 8fd82a9

Please sign in to comment.