From 574198586b41088a8235ed506aa115219453fc88 Mon Sep 17 00:00:00 2001 From: Matthew Johnson Date: Mon, 20 Nov 2017 09:55:44 -0800 Subject: [PATCH] Release 1.1.7 * Improves test coverage for several modules * Adds "autoupdate" flag for usage by third-party tools Signed-off-by: Matthew Johnson --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 97cbb30..d04bb19 100644 --- a/setup.py +++ b/setup.py @@ -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: