From 8bc25eebe3b6418947b285345f7a28a5d4f0e99c Mon Sep 17 00:00:00 2001 From: Matthew Johnson Date: Thu, 19 Oct 2017 14:23:45 -0700 Subject: [PATCH] Release v1.1.1 This release adds quoting ("") around filenames with whitespace in them. Signed-off-by: Matthew Johnson --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5ea8b875..29d2e13a 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages import sys, os -version = "1.1.0" +version = "1.1.1" def readme(): with open("README.rst") as f: