From 677b1d145ed9eabaa3a6421e311af9fa24ada403 Mon Sep 17 00:00:00 2001 From: Kenneth Schiller Date: Fri, 5 Jan 2018 17:07:22 -0800 Subject: [PATCH] Update version to 1.2.0 (#689) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ce2b1c8e0..f4858d978 100644 --- a/setup.py +++ b/setup.py @@ -161,7 +161,7 @@ def run_tests(self): setup( name='openhtf', - version='1.1.0', + version='1.2.0', description='OpenHTF, the open hardware testing framework.', author='John Hawley', author_email='madsci@google.com',