From be848f0088705064def84a5cdafb9f0c80aa3443 Mon Sep 17 00:00:00 2001 From: Dustin Ingram Date: Fri, 23 Feb 2018 12:51:15 -0600 Subject: [PATCH] Version 0.0.20 release (#56) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c2bebc3..0079375 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup, find_packages from setuptools.command.test import test as TestCommand -__version__ = '0.0.19' +__version__ = '0.0.20' class PyTest(TestCommand):