From a26a5f18781173809458c03d1ce48a9276d97d36 Mon Sep 17 00:00:00 2001 From: Vince Forgione Date: Mon, 1 May 2017 10:15:26 -0500 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a7deea8..08a757c 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ # semantic versioning -VERSION = '0.1.1' +VERSION = '0.1.2' here = os.path.abspath(os.path.dirname(__file__))