From b2d4cf5f39f76377ce3a3dea7ab24cdf0f022543 Mon Sep 17 00:00:00 2001 From: Jan Wille Date: Tue, 21 Nov 2023 19:18:35 +0100 Subject: [PATCH] Version 3.1.4 minor version to patch --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 44ef301a..34b6b7d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "inquirer" -version = "3.1.3" +version = "3.1.4" description = "Collection of common interactive command line user interfaces, based on Inquirer.js" authors = ["Miguel Ángel García "] license = "MIT"