We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a984887 commit 5ffa41fCopy full SHA for 5ffa41f
1 file changed
setup.py
@@ -3,7 +3,7 @@
3
setup(
4
name='pynagsystemd',
5
packages=find_packages(),
6
- version='1.1.1',
+ version='1.2.0',
7
scripts=['bin/pynagsystemd.py'],
8
install_requires=[
9
'nagiosplugin>=1.2',
@@ -12,7 +12,7 @@
12
author='Andrea Briganti',
13
author_email='kbytesys@gmail.com',
14
url='https://github.com/kbytesys/pynagsystemd',
15
- download_url='https://github.com/kbytesys/pynagsystemd/tarball/v1.1.1',
+ download_url='https://github.com/kbytesys/pynagsystemd/tarball/v1.2.0',
16
keywords=['nagios', 'systemd'],
17
license='GNU LGPL v2',
18
classifiers=[
0 commit comments