Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rayegun authored Feb 28, 2024
1 parent 0d1ecda commit e03bc19
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,7 +1,7 @@
name = "KLU"
uuid = "ef3ab10e-7fda-4108-b977-705223b18434"
authors = ["Wimmerer <[email protected]> and contributors"]
version = "0.5.0"
authors = ["Raye Kimmerer <[email protected]> and contributors"]
version = "0.6.0"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand Down

2 comments on commit e03bc19

@rayegun
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 register

Release notes:

  • Added support for the check and `allowsingular keyword arguments to several functions.
  • Added documentation for some internal / non-public functions.

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

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

Please sign in to comment.