From bc2730062b3616947000a724d0979cca83ef187e Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Thu, 28 Apr 2022 10:54:29 -0700 Subject: [PATCH] Bump version to v1.5.1 --- webauthn/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webauthn/__init__.py b/webauthn/__init__.py index 04c9a26..99b41e8 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.0" +__version__ = "1.5.1"