From ac836c88d7d414a5ee94649302b2f0e4dd6f7a1e Mon Sep 17 00:00:00 2001 From: Fahrzin Hemmati Date: Wed, 31 Aug 2016 22:37:08 -0700 Subject: [PATCH] Bump version to 1.0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1143f57b4..ac7da062f 100644 --- a/setup.py +++ b/setup.py @@ -158,7 +158,7 @@ def run_tests(self): setup( name='openhtf', - version='1.0.1', + version='1.0.2', description='OpenHTF, the open hardware testing framework.', author='John Hawley', author_email='madsci@google.com',