From a4a6615981a1716a9c11e4f775794c4712d46bf5 Mon Sep 17 00:00:00 2001 From: Jan Wille Date: Mon, 29 Jan 2024 15:04:53 +0100 Subject: [PATCH] release v3.2.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 828e165c..15f805c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "inquirer" -version = "3.2.2" +version = "3.2.3" description = "Collection of common interactive command line user interfaces, based on Inquirer.js" authors = ["Miguel Ángel García "] license = "MIT"