From c6634fd53809b6cf57dd8ab34905c4e62c5a02cc Mon Sep 17 00:00:00 2001 From: Andreas Koepf Date: Thu, 30 Jan 2025 23:19:58 +0100 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 42e66005..aaa6d3ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "reasoning_gym" -version = "0.1.1" +version = "0.1.2" authors = [ { name = "Open-Thought community", email = "andreas.koepf@xamla.com" }, ]