From 10cd44dc906d4792a14614ee66a8b93d28a6ffa2 Mon Sep 17 00:00:00 2001 From: wong2 Date: Sun, 24 Jul 2022 12:44:49 +0800 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6d2b97e..548f222 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pick" -version = "1.3.0" +version = "1.3.1" description = "Pick an option in the terminal with a simple GUI" authors = ["wong2 "] license = "MIT"