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