From e571cc808c5107fbe5b05b1d42af05d118b066e1 Mon Sep 17 00:00:00 2001 From: Timo Furrer Date: Sun, 24 Mar 2024 09:19:28 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 24e350f..fdf7f74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "click-didyoumean" -version = "0.3.0" +version = "0.3.1" description = "Enables git-like *did-you-mean* feature in click" authors = ["Timo Furrer "] license = "MIT"