From d4cbe2cada94b3868b3c2ae0e97a35a5d76c9d8e Mon Sep 17 00:00:00 2001 From: Kevin Lyda <kevin@ie.suberic.net> Date: Thu, 15 Aug 2013 01:03:00 +0100 Subject: [PATCH] Version 1.6. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ed00571..1f633d4 100755 --- a/setup.py +++ b/setup.py @@ -163,7 +163,7 @@ if 'setuptools' not in dir(): setup( cmdclass=cmdclass, name='chkcrontab', - version='1.5.1', + version='1.6', url='http://code.google.com/p/chkcrontab', author='Kevin Lyda', author_email='lyda@google.com', -- GitLab