From d5ba72a83b284619e1c554a816dd9c2c4958d55f Mon Sep 17 00:00:00 2001 From: Christopher Date: Tue, 8 Aug 2017 20:48:27 -0600 Subject: [PATCH] Update version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f667bf1..3ce47ca 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ class PyTest(TestCommand): setup( name='secretary', - version='0.2.15', + version='0.2.16', url='https://github.com/christopher-ramirez/secretary', license='MIT', author='Christopher Ramírez',