From d5d29e9eb9be7140828023e1edf1e3679437f833 Mon Sep 17 00:00:00 2001 From: Dmytro Hissa Date: Wed, 19 Aug 2026 14:53:18 +0200 Subject: [PATCH] Version 5.7.0 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 cc87d3c..50c3e61 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.1' +__version__ = '5.7.0' import base64 import collections