From 05ff8e6d6d0b1d4ead5a2c60b4a1ad1b9afad6b1 Mon Sep 17 00:00:00 2001 From: Kenneth Schiller Date: Fri, 4 May 2018 15:32:06 -0700 Subject: [PATCH] Update version to 1.3.0 (#776) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2e4a0b37d..69a8c8128 100644 --- a/setup.py +++ b/setup.py @@ -179,7 +179,7 @@ def run_tests(self): setup( name='openhtf', - version='1.2.3', + version='1.3.0', description='OpenHTF, the open hardware testing framework.', author='John Hawley', author_email='madsci@google.com',