From 967449b07943ac683482373c17994a920bac4eab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20Ram=C3=ADrez?= Date: Tue, 19 Sep 2017 15:23:29 -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 1054045..ea3d835 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ class PyTest(TestCommand): setup( name='secretary', - version='0.2.17', + version='0.2.18', url='https://github.com/christopher-ramirez/secretary', license='MIT', author='Christopher Ramírez',