diff --git a/setup.py b/setup.py index d780cf0..552ca07 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='pynagsystemd', packages=find_packages(), - version='1.1.1', + version='1.2.0', scripts=['bin/pynagsystemd.py'], install_requires=[ 'nagiosplugin>=1.2', @@ -12,7 +12,7 @@ author='Andrea Briganti', author_email='kbytesys@gmail.com', url='https://github.com/kbytesys/pynagsystemd', - download_url='https://github.com/kbytesys/pynagsystemd/tarball/v1.1.1', + download_url='https://github.com/kbytesys/pynagsystemd/tarball/v1.2.0', keywords=['nagios', 'systemd'], license='GNU LGPL v2', classifiers=[