From e76ed4183a76cba8b333970cf44456763e10ed5a Mon Sep 17 00:00:00 2001 From: Kevin Lyda <kevin@ie.suberic.net> Date: Mon, 2 Jan 2017 20:50:34 +0000 Subject: [PATCH] Set the version number correctly. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1f633d4..405477a 100755 --- a/setup.py +++ b/setup.py @@ -163,7 +163,7 @@ if 'setuptools' not in dir(): setup( cmdclass=cmdclass, name='chkcrontab', - version='1.6', + version='1.6.2', url='http://code.google.com/p/chkcrontab', author='Kevin Lyda', author_email='lyda@google.com', -- GitLab