From e3d2877b5c5efa75a918af8b7cdbd4993e8ef68b Mon Sep 17 00:00:00 2001 From: wong2 Date: Tue, 20 Sep 2022 11:04:16 +0800 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2540f82..d0ea36c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pick" -version = "2.0.1" +version = "2.0.2" description = "Pick an option in the terminal with a simple GUI" authors = ["wong2 "] license = "MIT"