From 264a7c1d67b0c47be313309767be9a60d0f18602 Mon Sep 17 00:00:00 2001 From: Aaron Date: Wed, 5 Apr 2023 15:03:01 -0400 Subject: [PATCH] Version bump for 4.7.1 (#209) --- 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 16afd17..7ed6b32 100644 --- a/duo_client/client.py +++ b/duo_client/client.py @@ -5,7 +5,7 @@ from __future__ import print_function import six -__version__ = '4.7.0' +__version__ = '4.7.1' import base64 import collections