From bdc5b14aa24092af9c82817a34fded7a48786d4b Mon Sep 17 00:00:00 2001 From: AN Long Date: Sun, 15 Sep 2024 21:55:20 +0800 Subject: [PATCH] Bump version 0.2.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b0a6b9f..916f3d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pick" -version = "2.4.0b1" +version = "2.4.0" description = "Pick an option in the terminal with a simple GUI" authors = ["wong2 ", "AN Long "] license = "MIT"