From c5dc1388f67b0ac8192afc49f4cb546cf7fa07b9 Mon Sep 17 00:00:00 2001 From: Saurav Panda Date: Thu, 23 May 2024 01:04:59 -0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 488d1bde..ec7ce1a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kaizen-cloudcode" -version = "0.1.9" +version = "0.1.10" 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"