From 0c8d8f43e7a480d6737331192753752da17e6952 Mon Sep 17 00:00:00 2001 From: Vidhu Mathur Date: Sun, 7 Jul 2024 15:51:18 +0530 Subject: [PATCH] version change --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bb43ff1..f2b443f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "optimizeai" -version = "0.1.4" +version = "0.2.0" description = "OptimAI is a powerful Python module designed to optimize your code by analyzing its performance and providing actionable suggestions. It leverages a large language model (LLM) to give you detailed insights and recommendations based on the profiling data collected during the execution of your code." authors = ["Vidhu Mathur "] readme = "README.md"