From 382cd0deb09210fd7adf43cba2f0e60ef011abf0 Mon Sep 17 00:00:00 2001 From: Aaron McConnell Date: Thu, 26 Feb 2026 11:36:02 -0500 Subject: [PATCH] Version 5.6.1 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 6f4e6d0..2cd2888 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.6.0' +__version__ = '5.6.1' import base64 import collections