Skip to content

Commit 8fd82a9

Browse files
committed
Bumping the version for the new checks
1 parent 141f6bf commit 8fd82a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ def parse_requirements(filename):
1010
name="nagios-elasticsearch",
1111
description="A selection of Nagios plugins to monitor ElasticSearch.",
1212
long_description=open('README.rst').read(),
13-
version="0.1.2",
13+
version="0.1.3",
1414
packages=find_packages(),
1515
author='Paul Stack',
1616
author_email='public@paulstack.co.uk',
1717
url="https://github.com/stack72/nagios-elasticsearch",
18-
download_url='http://github.com/stack72/nagios-elasticsearch/tarball/0.1.2',
18+
download_url='http://github.com/stack72/nagios-elasticsearch/tarball/0.1.3',
1919
scripts=["check_es_nodes.py",
2020
"check_es_cluster_status.py",
2121
"check_es_jvm_usage.py",

0 commit comments

Comments
 (0)