From ae28341f1ca3500813f284883a107a8f8baf5677 Mon Sep 17 00:00:00 2001 From: Joe Ethier Date: Wed, 21 Sep 2016 14:02:39 -0700 Subject: [PATCH] Update version number for v1.0.3 release. (#439) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ac7da062f..33024da86 100644 --- a/setup.py +++ b/setup.py @@ -158,7 +158,7 @@ def run_tests(self): setup( name='openhtf', - version='1.0.2', + version='1.0.3', description='OpenHTF, the open hardware testing framework.', author='John Hawley', author_email='madsci@google.com',