From 1029fa89582b06633177f11279c64dfd4b32f6f5 Mon Sep 17 00:00:00 2001 From: TrentonYo Date: Tue, 19 Mar 2024 23:37:17 -0700 Subject: [PATCH] devops: version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2bd9938..693c4d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "todo-or-not" -version = "0.8.4-beta" +version = "0.8.5-beta" description = "todoon integrates the TODOs in your codebase with your GitHub repository" authors = ["TrentonYo "] license = "GPL-3.0-only"