From 0243c459c55662e16ef52394e69a41b1d48407dc Mon Sep 17 00:00:00 2001 From: Nicolas Bruot Date: Fri, 29 Oct 2021 17:35:39 +0200 Subject: [PATCH] Bump version 0.1.0rc1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9c8e984..20b5d28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "yubival" -version = "0.1.0" +version = "0.1.0rc1" description = "Django app that runs a standalone Yubikey validation server" authors = ["Nicolas Bruot "] license = "GPL-3.0-or-later"