From 8bdf1e16d12ffbcee6e9418a401ada64e9180727 Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Fri, 17 Feb 2023 13:13:11 -0800 Subject: [PATCH] Bump version to v1.7.2 --- webauthn/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webauthn/__init__.py b/webauthn/__init__.py index 3fcb7be..b92c555 100644 --- a/webauthn/__init__.py +++ b/webauthn/__init__.py @@ -8,7 +8,7 @@ ) from .helpers import base64url_to_bytes, options_to_json -__version__ = "1.7.1" +__version__ = "1.7.2" __all__ = [ "generate_registration_options",