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