From aaf83a6443be391670d97adfa391f1180cea573c Mon Sep 17 00:00:00 2001 From: jiangk Date: Tue, 10 Apr 2018 08:16:12 -0700 Subject: [PATCH] Release 0.1.3 with python 3 support using six. (#11) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3645a66..e5a9b5d 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setuptools.setup( name='pyu2f', - version='0.1.2', + version='0.1.3', description='U2F host library for interacting with a U2F device over USB.', long_description='pyu2f is a python based U2F host library for Linux, ' 'Windows, and MacOS. It provides functionality for '