From e3d26da860fc38c3be335f078a4fb28070b24269 Mon Sep 17 00:00:00 2001 From: gizmo385 Date: Sun, 15 Dec 2024 03:03:17 -0700 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 33529e5..2111c03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "lazy-github" description = "A terminal UI for interacting with Github" readme = "README.md" -version = "0.2.7" +version = "0.2.8" authors = [ { name = "Chris (Gizmo)", email = "gizmo385@users.noreply.github.com" }, ]