From 0e2a88c4e9fcb840f9b6104a940404777fabeefb Mon Sep 17 00:00:00 2001 From: Chase Geigle Date: Sun, 5 Aug 2018 11:49:56 -0500 Subject: [PATCH] [build]: Bump version number. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 23113ed..2e6f6e8 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ from distutils import log, sysconfig from distutils.command import build -VERSION = "0.2.12" +VERSION = "0.2.13" # See: # http://stackoverflow.com/questions/3223604/how-to-create-a-temporary-directory-and-get-the-path-file-name-in-python