From 94a850084886c1ca0b4bf98b30e3fce3fb6ea0b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20Ram=C3=ADrez?= Date: Sun, 20 Jul 2014 12:45:50 -0600 Subject: [PATCH] Update setup with license and version change. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 8e7be1c..8e2c737 100644 --- a/setup.py +++ b/setup.py @@ -24,9 +24,9 @@ class PyTest(TestCommand): setup( name='secretary', - version='0.1.0', + version='0.2.0', url='https://github.com/christopher-ramirez/secretary', - license='BSD', + license='MIT', author='Christopher Ramírez', author_email='chris.ramirezg@gmail.com', description=('Take the power of Jinja2 templates to OpenOffice and '