diff --git a/webauthn/__init__.py b/webauthn/__init__.py index 4b89a44..d365931 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.0" +__version__ = "1.11.1" __all__ = [ "generate_registration_options",