From b1560ef43ee8df5e0e3f81ec58076fe95b711a07 Mon Sep 17 00:00:00 2001 From: Saurav Panda Date: Tue, 23 Jul 2024 08:52:46 -0700 Subject: [PATCH] fix: removed --> line --- kaizen/helpers/output.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kaizen/helpers/output.py b/kaizen/helpers/output.py index 77027303..6720e69c 100644 --- a/kaizen/helpers/output.py +++ b/kaizen/helpers/output.py @@ -14,7 +14,7 @@ PR_COLLAPSIBLE_TEMPLATE = """
- --> {comment} \n\n + {comment} \n\n Potential Solution: \n\n{solution} \n\n
diff --git a/pyproject.toml b/pyproject.toml index 9eaa55f3..f3027fb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kaizen-cloudcode" -version = "0.3.11" +version = "0.3.12" description = "An intelligent coding companion that accelerates your development workflow by providing efficient assistance, enabling you to craft high-quality code more rapidly." authors = ["Saurav Panda "] license = "Apache2.0"