From 03f088b755bccac26998b0e5149290c6d261f70a Mon Sep 17 00:00:00 2001 From: Chase Geigle Date: Mon, 30 Apr 2018 15:03:56 -0500 Subject: [PATCH] [release]: Bump version number. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0608218..f2b03f2 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ from distutils import log, sysconfig from distutils.command import build -VERSION = "0.2.9" +VERSION = "0.2.10" # See: # http://stackoverflow.com/questions/3223604/how-to-create-a-temporary-directory-and-get-the-path-file-name-in-python