From 6b3faf7cd2710343d10716d9c8d285cc56bb939f Mon Sep 17 00:00:00 2001 From: Aaron McConnell Date: Mon, 24 Mar 2025 11:16:36 -0400 Subject: [PATCH] Version bup to 5.5.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 7959b20..a0f8a02 100644 --- a/duo_client/client.py +++ b/duo_client/client.py @@ -1,7 +1,7 @@ """ Low level functions for generating Duo Web API calls and parsing results. """ -__version__ = '5.4.0' +__version__ = '5.5.0' import base64 import collections