Skip to content

Commit eb4f5da

Browse files
authored
Version bumb
1 parent 1c687e1 commit eb4f5da

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.0.3',
6+
version='1.0.4',
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.0.3',
15+
download_url='https://github.com/kbytesys/pynagsystemd/tarball/v1.0.4',
1616
keywords=['nagios', 'systemd'],
1717
license='GNU LGPL v2',
1818
classifiers=[

0 commit comments

Comments
 (0)