From 09613b62697419c322dbf9c9663b34b1e03716a1 Mon Sep 17 00:00:00 2001 From: misrasaurabh1 Date: Wed, 18 Feb 2026 22:38:40 -0800 Subject: [PATCH] version bump --- codeflash-benchmark/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codeflash-benchmark/pyproject.toml b/codeflash-benchmark/pyproject.toml index bc5e9040d..e0ea5cf70 100644 --- a/codeflash-benchmark/pyproject.toml +++ b/codeflash-benchmark/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "codeflash-benchmark" -version = "0.2.0" +version = "0.3.0" description = "Pytest benchmarking plugin for codeflash.ai - automatic code performance optimization" authors = [{ name = "CodeFlash Inc.", email = "contact@codeflash.ai" }] requires-python = ">=3.9"