From 6ac0e51487d690ebc15682c42136c8542be5a078 Mon Sep 17 00:00:00 2001 From: Kimmo Huoman Date: Fri, 28 Sep 2018 20:52:32 +0300 Subject: [PATCH] Bump version to 1.0.0. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1b5f3ba..2e9103e 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='pycron', - version='0.80.0', + version='1.0.0', description='Simple cron-like parser, which determines if current datetime matches conditions.', author='Kimmo Huoman', author_email='kipenroskaposti@gmail.com',