Skip to content

Commit

Permalink
change compat
Browse files Browse the repository at this point in the history
  • Loading branch information
j-fu committed Jan 12, 2021
1 parent 523729d commit e2400f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ IterativeSolvers = "^0.9"
SparseDiffTools = "1"
SparsityDetection = "^0.3"
StaticArrays = "1"
GridVisualize = "0.1,0.2"
GridVisualize = "^0.1"
julia = "^1.3"

2 comments on commit e2400f2

@j-fu
Copy link
Member Author

@j-fu j-fu commented on e2400f2 Jan 12, 2021

Choose a reason for hiding this comment

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

@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/27888

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.10.2 -m "<description of version>" e2400f2f3850f7c74c2a1c127b21f9536dd52bda
git push origin v0.10.2

Please sign in to comment.