From ea38d30b36c6df8427cfc8810209758476418f35 Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Wed, 10 Jan 2024 17:25:37 -0800 Subject: [PATCH] Bump version to v2.0.0 --- webauthn/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webauthn/__init__.py b/webauthn/__init__.py index d365931..f7e39a1 100644 --- a/webauthn/__init__.py +++ b/webauthn/__init__.py @@ -8,7 +8,7 @@ ) from .helpers import base64url_to_bytes, options_to_json -__version__ = "1.11.1" +__version__ = "2.0.0" __all__ = [ "generate_registration_options",