From af99e05c02aa7173f453274518b946119f1ea06d Mon Sep 17 00:00:00 2001 From: Kevin Lyda <kevin@ie.suberic.net> Date: Tue, 19 Feb 2013 22:02:47 +0000 Subject: [PATCH] Version 1.5.1. Bump version for 3.3 support and in order to make a signed tag/release. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5f0b88a..ed00571 100755 --- a/setup.py +++ b/setup.py @@ -163,7 +163,7 @@ if 'setuptools' not in dir(): setup( cmdclass=cmdclass, name='chkcrontab', - version='1.5', + version='1.5.1', url='http://code.google.com/p/chkcrontab', author='Kevin Lyda', author_email='lyda@google.com', -- GitLab