From 09d2b9bd57b3db159733311781e75e7d55390f18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20Ram=C3=ADrez?= Date: Mon, 3 Feb 2014 16:52:17 -0600 Subject: [PATCH] Updated version number. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e60833b..8e7be1c 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ class PyTest(TestCommand): setup( name='secretary', - version='0.0.2', + version='0.1.0', url='https://github.com/christopher-ramirez/secretary', license='BSD', author='Christopher Ramírez',