From eb06a2846e59245e9500d93925bb58832043fc6b Mon Sep 17 00:00:00 2001 From: Trenton Young Date: Sun, 16 Jun 2024 21:32:57 -0700 Subject: [PATCH] Triggering workflows after updating broken todoon-issues-test.yml --- pyproject.toml | 2 +- todo_or_not/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d448855..27b0465 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "todo-or-not" -version = "0.13.8" +version = "0.13.9" description = "todoon integrates the TODOs in your codebase with your GitHub repository" authors = ["TrentonYo "] license = "GPL-3.0-only" diff --git a/todo_or_not/__init__.py b/todo_or_not/__init__.py index 72df43c..9ff6896 100644 --- a/todo_or_not/__init__.py +++ b/todo_or_not/__init__.py @@ -7,7 +7,7 @@ # ##################################################### -__version__ = "0.13.8" +__version__ = "0.13.9" iso_string = "2024-06-16" version_date = datetime.date.fromisoformat(iso_string)