Skip to content

Commit

Permalink
Merge pull request #790 from MilesCranmer/create-pull-request/patch
Browse files Browse the repository at this point in the history
Automated update to backend: v1.5.1
  • Loading branch information
MilesCranmer authored Dec 27, 2024
2 parents 0470336 + 8c1d22a commit fc32e76
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:
paths:
- '**'

permissions:
contents: write

jobs:
test:
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pysr"
version = "1.3.0"
version = "1.3.1"
authors = [
{name = "Miles Cranmer", email = "[email protected]"},
]
Expand Down
2 changes: 1 addition & 1 deletion pysr/juliapkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": {
"SymbolicRegression": {
"uuid": "8254be44-1295-4e6a-a16d-46603ac705cb",
"version": "=1.5.0"
"version": "=1.5.1"
},
"Serialization": {
"uuid": "9e88b42a-f829-5b0c-bbe9-9e923198166b",
Expand Down

0 comments on commit fc32e76

Please sign in to comment.