From c7604e5a05a42ee7d8bfa1455eebedfb565988ac Mon Sep 17 00:00:00 2001 From: Aaron McConnell Date: Wed, 25 Feb 2026 14:42:49 -0500 Subject: [PATCH] Version bump for 5.6.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 a0f8a02..6f4e6d0 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.5.0' +__version__ = '5.6.0' import base64 import collections