From ad103887ec74635b06a9c940101c6621385259a1 Mon Sep 17 00:00:00 2001 From: samedamci Date: Tue, 31 Aug 2021 12:24:31 +0200 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c083836..a52e733 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "guzzy" -version = "0.1.2" +version = "0.1.3" description = "Interactive CLI git client inside fzf." authors = ["samedamci "] license = "ISC"