From abf1fae9cca7d1c1724e1336234eb8bc5380854a Mon Sep 17 00:00:00 2001 From: wong2 Date: Tue, 30 Aug 2022 15:19:38 +0800 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b15491a..0cf6474 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pick" -version = "1.4.0" +version = "1.5.0" description = "Pick an option in the terminal with a simple GUI" authors = ["wong2 "] license = "MIT"