Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Bump version to 1.2.0
  • Loading branch information
kbytesys authored Jul 30, 2018
1 parent a984887 commit 5ffa41f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -12,7 +12,7 @@
author='Andrea Briganti',
author_email='[email protected]',
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=[
Expand Down

0 comments on commit 5ffa41f

Please sign in to comment.