From 84d22d5713c3b0df70d0452f46cd4d5d5128d6a5 Mon Sep 17 00:00:00 2001 From: Emile Riberdy Date: Mon, 22 Jun 2026 16:41:21 -0400 Subject: [PATCH] chore: v0.7.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5f8d7ca..0bc4280 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "predict-rlm" -version = "0.7.0-alpha5" +version = "0.7.0" description = "Production-grade RLMs (Recursive Language Models) with tool use, built on DSPy" authors = [{ name = "Trampoline AI" }] license = { text = "MIT" }