From 0e5ca87c6449f47f17e40d87d94451529fdb2b87 Mon Sep 17 00:00:00 2001 From: Kenneth Schiller Date: Thu, 22 Mar 2018 07:16:32 +0900 Subject: [PATCH] Update version to 1.2.3 (#741) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a48800e2a..d633ff886 100644 --- a/setup.py +++ b/setup.py @@ -179,7 +179,7 @@ def run_tests(self): setup( name='openhtf', - version='1.2.2', + version='1.2.3', description='OpenHTF, the open hardware testing framework.', author='John Hawley', author_email='madsci@google.com',