Bump version.

This commit is contained in:
Dain Nilsson 2023-04-05 13:52:07 +02:00
parent e7eb53a73e
commit 54cee2216a
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8
2 changed files with 2 additions and 2 deletions

View File

@ -26,4 +26,4 @@
# POSSIBILITY OF SUCH DAMAGE.
__version__ = "1.1.1"
__version__ = "1.1.2-dev.0"

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "fido2"
version = "1.1.1"
version = "1.1.2-dev.0"
description = "FIDO2/WebAuthn library for implementing clients and servers."
authors = ["Dain Nilsson <dain@yubico.com>"]
homepage = "https://github.com/Yubico/python-fido2"