From 87aa01a67c9abbd8fb0a67d578fd1d37f62d0622 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Wed, 26 Dec 2012 15:32:41 -0500 Subject: [PATCH] bump to 1.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 52bcff5..9ca6b6b 100755 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ setup( name='pynsca', - version='1.2', + version='1.3', description='Simple Python interface to Nagios Service Check Architecture', long_description=descr, author='Dustin J. Mitchell',