From df513dbaa394b510eda04aabe897d04340f4a291 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20Ram=C3=ADrez?= Date: Mon, 13 Feb 2017 11:24:27 -0600 Subject: [PATCH] Increase version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fe12699..377fa3a 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ class PyTest(TestCommand): setup( name='secretary', - version='0.2.13', + version='0.2.14', url='https://github.com/christopher-ramirez/secretary', license='MIT', author='Christopher Ramírez',