From a2885f398db67338e8433d3a9f4241faf168d668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20Ram=C3=ADrez?= Date: Thu, 24 Oct 2013 11:28:37 -0600 Subject: [PATCH] Update version number in setup.py. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f7fc066..99dfb01 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ class PyTest(TestCommand): setup( name='secretary', - version='0.0.1', + version='0.0.2', url='https://github.com/christopher-ramirez/secretary', license='BSD', author='Christopher Ramírez',