From ab07cea1448c9cff6f6f5adf5ec8bf3cfe1e2d94 Mon Sep 17 00:00:00 2001 From: Ryan Veach Date: Tue, 1 Sep 2020 18:54:35 -0500 Subject: [PATCH] v 0.1.14 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 60d44a5..9161a1a 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools import setup from setuptools.command.install import install -VERSION = "0.1.13" +VERSION = "0.1.14" def readme(): """ print long description """