From 40b59caa6f7a0b28fd632bd869b6a5a8dff12f47 Mon Sep 17 00:00:00 2001 From: Jan Wille Date: Mon, 12 Aug 2024 14:02:12 +0200 Subject: [PATCH] release v3.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 93c7681..844db7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "inquirer" -version = "3.3.0" +version = "3.4.0" description = "Collection of common interactive command line user interfaces, based on Inquirer.js" authors = ["Miguel Ángel García "] license = "MIT"