From 853b40eb6beeb75679428974e95027a2f58c3443 Mon Sep 17 00:00:00 2001 From: Dustin Ingram Date: Fri, 31 Jul 2015 09:58:23 -0400 Subject: [PATCH] Version 0.0.2 release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fd1cc56..0b441dd 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup, find_packages, Command from setuptools.command.test import test as TestCommand -version = '0.0.1' +version = '0.0.2' class PyTest(TestCommand):