From 094e2dd9a025b19490c4f9ce90a801ea840bb5d8 Mon Sep 17 00:00:00 2001 From: wong2 Date: Tue, 20 Sep 2022 10:53:34 +0800 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c9fe704..9edd623 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pick" -version = "2.0.0" +version = "2.0.1" description = "Pick an option in the terminal with a simple GUI" authors = ["wong2 "] license = "MIT"