Update version number in setup.py.

This commit is contained in:
Christopher Ramírez 2013-10-24 11:28:37 -06:00
parent b1d781441c
commit a2885f398d

View file

@ -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',