Release v1.1.1

This release adds quoting ("") around filenames with whitespace in them.

Signed-off-by: Matthew Johnson <matthew.johnson@intel.com>
This commit is contained in:
Matthew Johnson
2017-10-19 14:23:45 -07:00
parent 4004cffc23
commit 3a0692078a
+1 -1
View File
@@ -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: