Skip to content

Commit

Permalink
Fixed broken compat bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
ffevotte committed Nov 8, 2023
1 parent 868ffa7 commit 3b6931c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
julia = "1.9"
ChunkSplitters = "2.0"
FastLapackInterface = "2.0"
FillArrays = "1.7"
FillArrays = "0.13"
Gridap = "0.17"
LinearAlgebra = "1.9"
SparseArrays = "1.10"
SparseArrays = "1.9"

2 comments on commit 3b6931c

@ffevotte
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

Initial release.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/95245

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" 3b6931c81ebabde8dd0d5b2ef04bb74db6d25907
git push origin v0.1.0

Please sign in to comment.