From 34c165c3a74ec791c5e2079872b8dceba14e3d5d Mon Sep 17 00:00:00 2001 From: Briar Scott Date: Wed, 17 Feb 2021 15:34:13 -0500 Subject: [PATCH] Version 4.3.1 of the Duo API Python Client --- duo_client/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/duo_client/client.py b/duo_client/client.py index b397ea2..7ead041 100644 --- a/duo_client/client.py +++ b/duo_client/client.py @@ -5,7 +5,7 @@ from __future__ import print_function import six -__version__ = '4.3.0' +__version__ = '4.3.1' import base64 import collections