From 163776ef0d67813da79d177f7466530f8b610fc6 Mon Sep 17 00:00:00 2001 From: Christopher Eck Date: Mon, 28 Mar 2016 11:18:01 -0700 Subject: [PATCH] Update version for push --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1625862..f362c5e 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ from setuptools import setup -VERSION = '0.1.0' +VERSION = '0.1.1' INSTALL_DEPS = [ 'enum34>=1.1.2',