diff --git a/webauthn/__init__.py b/webauthn/__init__.py index 8b0e956..0d509b2 100644 --- a/webauthn/__init__.py +++ b/webauthn/__init__.py @@ -4,4 +4,4 @@ from .authentication.verify_authentication_response import verify_authentication_response from .helpers import base64url_to_bytes, options_to_json -__version__ = "1.0.0-beta1" +__version__ = "1.0.0-beta2"