From 450fb3013dc44541009c87ed2d9b3340fc024c2f Mon Sep 17 00:00:00 2001 From: Will Roberts Date: Wed, 23 Apr 2014 03:35:22 +0200 Subject: [PATCH] change to version 1.1.0 with changes by @catherinedevlin --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5ceb5fe..47fc7be 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ with open('README.rst') as file: long_description = file.read() setup(name = 'pytimeparse', - version = '1.0.1', + version = '1.1.0', description = 'Time expression parser', author = 'Will Roberts', author_email = 'wildwilhelm@gmail.com',