From ea3630d4966ce42f58e303500e90e5addeb21d4d Mon Sep 17 00:00:00 2001 From: Fahrzin Hemmati Date: Fri, 21 Jul 2017 11:05:58 -0700 Subject: [PATCH] Update version to 1.1.0 (#612) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 82ef654b5..b98238312 100644 --- a/setup.py +++ b/setup.py @@ -160,7 +160,7 @@ def run_tests(self): setup( name='openhtf', - version='1.0.3', + version='1.1.0', description='OpenHTF, the open hardware testing framework.', author='John Hawley', author_email='madsci@google.com',