Skip to content

Commit

Permalink
Bump recipesbase compat
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie committed Mar 19, 2020
1 parent fa1dcc9 commit 73b1040
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
@@ -1,6 +1,6 @@
name = "IterativeSolvers"
uuid = "42fd0dbc-a981-5370-80f2-aaf504508153"
version = "0.8.2"
version = "0.8.3"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand All @@ -10,7 +10,7 @@ RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
RecipesBase = "^0.6, 0.8"
RecipesBase = "0.6, 0.7, 0.8"
julia = "1"

[extras]
Expand Down

2 comments on commit 73b1040

@haampie
Copy link
Member Author

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/11193

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.8.3 -m "<description of version>" 73b1040ee10a1e19b254ac736201dae0940c4d4a
git push origin v0.8.3

Please sign in to comment.