From 83b830aaeaa53e93c3ec4ba27d3e171d9ba824ea Mon Sep 17 00:00:00 2001 From: Rotem Kalisch Date: Fri, 3 Apr 2026 00:34:04 +0300 Subject: [PATCH] Deploy release v0.0.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e422d55..888191c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "ramanujantools" -version = "0.0.5" +version = "0.0.6" description = "Official symbolic and numeric research tools developed by the Ramanujan Machine team" readme = "README.md" requires-python = ">=3.11"