From 5a7227214c92cb80a5908666e9e42cc089110289 Mon Sep 17 00:00:00 2001 From: Aaron McConnell Date: Mon, 25 Mar 2024 15:05:53 -0400 Subject: [PATCH] Bump version in Client.py to 5.3.0 --- 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 843e4d3..75554f6 100644 --- a/duo_client/client.py +++ b/duo_client/client.py @@ -5,7 +5,7 @@ from __future__ import print_function import six -__version__ = '5.2.0' +__version__ = '5.3.0' import base64 import collections