Skip to content

Commit

Permalink
Bump version to v1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKale committed May 4, 2023
1 parent 29ec727 commit a60adb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webauthn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
)
from .helpers import base64url_to_bytes, options_to_json

__version__ = "1.8.0"
__version__ = "1.8.1"

__all__ = [
"generate_registration_options",

This comment has been minimized.

Copy link
@selimim64

selimim64 May 9, 2023

all = [
"generate_registration_options"

Expand Down

0 comments on commit a60adb6

Please sign in to comment.