Skip to content

Commit fc32e76

Browse files
authored
Merge pull request #790 from MilesCranmer/create-pull-request/patch
Automated update to backend: v1.5.1
2 parents 0470336 + 8c1d22a commit fc32e76

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/CI.yml

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ on:
1414
paths:
1515
- '**'
1616

17+
permissions:
18+
contents: write
19+
1720
jobs:
1821
test:
1922
runs-on: ${{ matrix.os }}

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.3.0"
7+
version = "1.3.1"
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.5.0"
6+
"version": "=1.5.1"
77
},
88
"Serialization": {
99
"uuid": "9e88b42a-f829-5b0c-bbe9-9e923198166b",

0 commit comments

Comments
 (0)