From fa8f044d6f61d1a454520ac64b389cb42b36e259 Mon Sep 17 00:00:00 2001 From: Aaron McConnell Date: Wed, 19 Feb 2025 10:53:16 -0500 Subject: [PATCH] Version bump to 5.4.0 (#288) --- 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 7af805d..7959b20 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.3.0' +__version__ = '5.4.0' import base64 import collections