From e94beac822f3f69eafca01f4b6b1e2a07f2b8ed5 Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Fri, 29 Sep 2023 13:36:55 -0700 Subject: [PATCH] Bump version to v1.11.0 --- webauthn/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webauthn/__init__.py b/webauthn/__init__.py index c0487d3..4b89a44 100644 --- a/webauthn/__init__.py +++ b/webauthn/__init__.py @@ -8,7 +8,7 @@ ) from .helpers import base64url_to_bytes, options_to_json -__version__ = "1.10.1" +__version__ = "1.11.0" __all__ = [ "generate_registration_options",