From 5590f497829208ca6e6dedb1a98799c106c9312d Mon Sep 17 00:00:00 2001 From: Chase Geigle Date: Mon, 13 Feb 2017 14:36:20 -0600 Subject: [PATCH] Bump version to v0.1.0. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8ce131f..05c6e50 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ from distutils import log, sysconfig from distutils.command import build -VERSION = "0.0.1.dev11" +VERSION = "0.1.0" # See: # http://stackoverflow.com/questions/3223604/how-to-create-a-temporary-directory-and-get-the-path-file-name-in-python