From c5e21c21bab0826748db99b4eec9b64c25853a63 Mon Sep 17 00:00:00 2001 From: Aaron McConnell Date: Wed, 25 Oct 2023 13:19:31 -0400 Subject: [PATCH] 5.2.0 version bump --- 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 c8de605..843e4d3 100644 --- a/duo_client/client.py +++ b/duo_client/client.py @@ -5,7 +5,7 @@ from __future__ import print_function import six -__version__ = '5.1.0' +__version__ = '5.2.0' import base64 import collections