From 07c1e687ef50bfa8d8e308673560c1eb0bcbe9e9 Mon Sep 17 00:00:00 2001 From: Dain Nilsson Date: Wed, 27 Nov 2024 11:05:19 +0100 Subject: [PATCH] Bump version. --- fido2/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fido2/__init__.py b/fido2/__init__.py index 185a501..1d4887b 100644 --- a/fido2/__init__.py +++ b/fido2/__init__.py @@ -26,4 +26,4 @@ # POSSIBILITY OF SUCH DAMAGE. -__version__ = "1.2.0" +__version__ = "1.2.1-dev.0" diff --git a/pyproject.toml b/pyproject.toml index c600dba..c94982c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fido2" -version = "1.2.0" +version = "1.2.1-dev.0" description = "FIDO2/WebAuthn library for implementing clients and servers." authors = ["Dain Nilsson "] homepage = "https://github.com/Yubico/python-fido2"