Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieugomez committed Feb 15, 2023
1 parent 95bff3a commit c0b67a8
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 @@ -14,7 +14,7 @@ Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
Arpack = "0.3, 0.4, 0.5"
Distributions = "0.22, 0.23, 0.24, 0.25"
FillArrays = "0.8, 0.9, 0.10, 0.11, 0.12, 0.13"
KrylovKit = "0.4, 0.5"
KrylovKit = "0.4, 0.5, 0.6"
Roots = "0.8, 1, 2"
julia = "1.4"

Expand Down

2 comments on commit c0b67a8

@matthieugomez
Copy link
Owner Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

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

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

Please sign in to comment.