From 89b5a895ddb796851c914969bcf6e7a4890c0921 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 00:36:04 +0000 Subject: [PATCH] deps: update backend to 1.2.0 * Update backend version to v1.2.0 * chore: bump minor version due to slight behavior change --------- Co-authored-by: MilesCranmer <7593028+MilesCranmer@users.noreply.github.com> Co-authored-by: Miles Cranmer --- pyproject.toml | 2 +- pysr/juliapkg.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c88a1064..fcc7cc9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pysr" -version = "1.0.2" +version = "1.1.0" authors = [ {name = "Miles Cranmer", email = "miles.cranmer@gmail.com"}, ] diff --git a/pysr/juliapkg.json b/pysr/juliapkg.json index 72adc827..9c28c96e 100644 --- a/pysr/juliapkg.json +++ b/pysr/juliapkg.json @@ -3,7 +3,7 @@ "packages": { "SymbolicRegression": { "uuid": "8254be44-1295-4e6a-a16d-46603ac705cb", - "version": "=1.1.0" + "version": "=1.2.0" }, "Serialization": { "uuid": "9e88b42a-f829-5b0c-bbe9-9e923198166b",