From 2dda7f81c75114a4dc0d2d5feb617e7d54bd6eed Mon Sep 17 00:00:00 2001 From: MilesCranmer <7593028+MilesCranmer@users.noreply.github.com> Date: Sat, 27 Sep 2025 01:10:22 +0000 Subject: [PATCH] Update backend version to v2.0.0-alpha.8 --- pyproject.toml | 2 +- pysr/juliapkg.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3f5cb0fa..7b724896 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pysr" -version = "1.5.9" +version = "1.5.10" authors = [ {name = "Miles Cranmer", email = "miles.cranmer@gmail.com"}, ] diff --git a/pysr/juliapkg.json b/pysr/juliapkg.json index bda95b01..cd01a6a9 100644 --- a/pysr/juliapkg.json +++ b/pysr/juliapkg.json @@ -3,7 +3,7 @@ "packages": { "SymbolicRegression": { "uuid": "8254be44-1295-4e6a-a16d-46603ac705cb", - "version": "~1.11.0" + "version": "~2.0.0-alpha.8" }, "Serialization": { "uuid": "9e88b42a-f829-5b0c-bbe9-9e923198166b",