Release 1.1.7

* Improves test coverage for several modules
* Adds "autoupdate" flag for usage by third-party tools

Signed-off-by: Matthew Johnson <matthew.johnson@intel.com>
This commit is contained in:
Matthew Johnson
2017-11-20 09:55:44 -08:00
parent 3dd679b459
commit 954feddd44
+1 -1
View File
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import sys, os
version = "1.1.6"
version = "1.1.7"
def readme():
with open("README.rst") as f: