From c20e547b32556f8cd7e5dbcbc9ac7191423e4a8e Mon Sep 17 00:00:00 2001 From: Chase Geigle Date: Tue, 18 Apr 2017 16:18:53 -0500 Subject: [PATCH] Bump version to v0.2.1. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 181e501..bf51075 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ from distutils import log, sysconfig from distutils.command import build -VERSION = "0.2.0" +VERSION = "0.2.1" # See: # http://stackoverflow.com/questions/3223604/how-to-create-a-temporary-directory-and-get-the-path-file-name-in-python