Skip to content

Commit 89b5a89

Browse files
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 <miles.cranmer@gmail.com>
1 parent 3433e5d commit 89b5a89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pysr"
7-
version = "1.0.2"
7+
version = "1.1.0"
88
authors = [
99
{name = "Miles Cranmer", email = "miles.cranmer@gmail.com"},
1010
]

pysr/juliapkg.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": {
44
"SymbolicRegression": {
55
"uuid": "8254be44-1295-4e6a-a16d-46603ac705cb",
6-
"version": "=1.1.0"
6+
"version": "=1.2.0"
77
},
88
"Serialization": {
99
"uuid": "9e88b42a-f829-5b0c-bbe9-9e923198166b",

0 commit comments

Comments
 (0)