From 5bc277a425e9b3b8e7ed7a784c6617511b875137 Mon Sep 17 00:00:00 2001 From: Josiah Carlson Date: Fri, 6 Nov 2015 05:24:36 +0000 Subject: [PATCH] Bump version for PyPI release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bfe197e..a5dafd9 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ except: setup( name='crontab', - version='0.20.2', + version='0.20.3', description='Parse and use crontab schedules in Python', author='Josiah Carlson', author_email='josiah.carlson@gmail.com',