From 54cee2216a065620b04d0a4d6c75ecb2b506feda Mon Sep 17 00:00:00 2001 From: Dain Nilsson Date: Wed, 5 Apr 2023 13:52:07 +0200 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 bb38f03..f3db6a5 100644 --- a/fido2/__init__.py +++ b/fido2/__init__.py @@ -26,4 +26,4 @@ # POSSIBILITY OF SUCH DAMAGE. -__version__ = "1.1.1" +__version__ = "1.1.2-dev.0" diff --git a/pyproject.toml b/pyproject.toml index 5f38ec2..c37d398 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] homepage = "https://github.com/Yubico/python-fido2"