From 65402ad5e741822793fba5f62c7d7078d526bf63 Mon Sep 17 00:00:00 2001 From: MilesCranmer <7593028+MilesCranmer@users.noreply.github.com> Date: Sat, 14 Dec 2024 00:15:40 +0000 Subject: [PATCH] Update backend version to v1.4.0 --- pyproject.toml | 2 +- pysr/juliapkg.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fcc7cc9e..b8bc0a61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pysr" -version = "1.1.0" +version = "1.1.1" authors = [ {name = "Miles Cranmer", email = "miles.cranmer@gmail.com"}, ] diff --git a/pysr/juliapkg.json b/pysr/juliapkg.json index 9c28c96e..1673a713 100644 --- a/pysr/juliapkg.json +++ b/pysr/juliapkg.json @@ -3,7 +3,7 @@ "packages": { "SymbolicRegression": { "uuid": "8254be44-1295-4e6a-a16d-46603ac705cb", - "version": "=1.2.0" + "version": "=1.4.0" }, "Serialization": { "uuid": "9e88b42a-f829-5b0c-bbe9-9e923198166b",