From cb23333878316b17a5a93c4a299534440609cd1c Mon Sep 17 00:00:00 2001 From: Kevin Lyda <kevin@ie.suberic.net> Date: Sun, 10 Jun 2012 15:40:05 +0100 Subject: [PATCH] Bump version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6e5cacf..8bcadef 100755 --- a/setup.py +++ b/setup.py @@ -162,7 +162,7 @@ if 'setuptools' not in dir(): setup( cmdclass=cmdclass, name='chkcrontab', - version='1.2', + version='1.3', url='http://code.google.com/p/chkcrontab', author='Kevin Lyda', author_email='lyda@google.com', -- GitLab