From d5931ad1fe45caa07922638d443e8744e196e362 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20Ram=C3=ADrez?= Date: Sun, 17 Aug 2014 19:36:02 -0600 Subject: [PATCH] Update version number. Version 0.2.1 fix issue #8. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8e2c737..84ca689 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ class PyTest(TestCommand): setup( name='secretary', - version='0.2.0', + version='0.2.1', url='https://github.com/christopher-ramirez/secretary', license='MIT', author='Christopher Ramírez',