From 35282020b745c593b3f64d20faebd78cca3c9f38 Mon Sep 17 00:00:00 2001 From: Kevin Lyda <kevin@ie.suberic.net> Date: Mon, 2 Jan 2017 21:14:13 +0000 Subject: [PATCH] Fix arg parsing again. Sigh. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 405477a..0ec13c7 100755 --- a/setup.py +++ b/setup.py @@ -163,7 +163,7 @@ if 'setuptools' not in dir(): setup( cmdclass=cmdclass, name='chkcrontab', - version='1.6.2', + version='1.6.3', url='http://code.google.com/p/chkcrontab', author='Kevin Lyda', author_email='lyda@google.com', -- GitLab