From 1fefa43828b01c4514b608653d19fafebb5eaafe Mon Sep 17 00:00:00 2001 From: jrconlin Date: Fri, 21 Jun 2019 08:02:41 -0700 Subject: [PATCH] chore: version bump --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 2daad8e..9594588 100644 --- a/python/setup.py +++ b/python/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages -__version__ = "1.6.0" +__version__ = "1.7.0" def read_from(file):