Skip to content

Commit 5ffa41f

Browse files
authored
Update setup.py
Bump version to 1.2.0
1 parent a984887 commit 5ffa41f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
setup(
44
name='pynagsystemd',
55
packages=find_packages(),
6-
version='1.1.1',
6+
version='1.2.0',
77
scripts=['bin/pynagsystemd.py'],
88
install_requires=[
99
'nagiosplugin>=1.2',
@@ -12,7 +12,7 @@
1212
author='Andrea Briganti',
1313
author_email='kbytesys@gmail.com',
1414
url='https://github.com/kbytesys/pynagsystemd',
15-
download_url='https://github.com/kbytesys/pynagsystemd/tarball/v1.1.1',
15+
download_url='https://github.com/kbytesys/pynagsystemd/tarball/v1.2.0',
1616
keywords=['nagios', 'systemd'],
1717
license='GNU LGPL v2',
1818
classifiers=[

0 commit comments

Comments
 (0)