From 18d2e70ed713a06460ba95b835c4c1c366815295 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20Ram=C3=ADrez?= Date: Thu, 7 Sep 2017 12:11:16 -0600 Subject: [PATCH] Increase maintenance version number. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3ce47ca..1054045 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ class PyTest(TestCommand): setup( name='secretary', - version='0.2.16', + version='0.2.17', url='https://github.com/christopher-ramirez/secretary', license='MIT', author='Christopher Ramírez',