From 470b1c4c3199c1b563eef3bac145f0d817eac222 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20Ram=C3=ADrez?= Date: Fri, 10 Oct 2014 15:48:09 -0600 Subject: [PATCH] Update library version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9882bcc..062e826 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ class PyTest(TestCommand): setup( name='secretary', - version='0.2.0', + version='0.2.2', url='https://github.com/christopher-ramirez/secretary', license='MIT', author='Christopher Ramírez',