From beedabe50213cff1d8dc723822b35850437b8b25 Mon Sep 17 00:00:00 2001 From: Josiah Carlson Date: Thu, 4 Dec 2014 10:01:39 -0800 Subject: [PATCH] Bump version for push to pypi --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0067952..7974bc5 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ except: setup( name='crontab', - version='0.20', + version='0.20.1', description='Parse and use crontab schedules in Python', author='Josiah Carlson', author_email='josiah.carlson@gmail.com',