From e3e3ad4e707f0bd0f0f501f7f680087f4a13ccea Mon Sep 17 00:00:00 2001 From: Dustin Ingram Date: Tue, 6 Oct 2015 15:30:22 -0400 Subject: [PATCH] Version 0.0.8 release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 754a932..15557d9 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.7' +version = '0.0.8' class PyTest(TestCommand):