diff --git a/webauthn/__init__.py b/webauthn/__init__.py index 183f6c5..66289f0 100644 --- a/webauthn/__init__.py +++ b/webauthn/__init__.py @@ -8,4 +8,4 @@ ) from .helpers import base64url_to_bytes, options_to_json -__version__ = "1.5.2" +__version__ = "1.6.0"