Skip to content

Commit

Permalink
CompatHelper: bump compat for "LazyBandedMatrices" to "0.5" (#58)
Browse files Browse the repository at this point in the history
* CompatHelper: bump compat for "LazyBandedMatrices" to "0.5"

* v0.0.6

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Sheehan Olver <solver@mac.com>
  • Loading branch information
github-actions[bot] and dlfivefifty committed Feb 19, 2021
1 parent 07c4bae commit 94ce2a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
@@ -1,6 +1,6 @@
name = "MultivariateOrthogonalPolynomials"
uuid = "4f6956fd-4f93-5457-9149-7bfc4b2ce06d"
version = "0.0.5"
version = "0.0.6"

[deps]
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
Expand Down Expand Up @@ -37,7 +37,7 @@ HarmonicOrthogonalPolynomials = "0.0.1, 0.0.2"
InfiniteArrays = "0.9.5, 0.10"
InfiniteLinearAlgebra = "0.4.5, 0.5"
LazyArrays = "0.20.5"
LazyBandedMatrices = "0.4.7"
LazyBandedMatrices = "0.4.7, 0.5"
QuasiArrays = "0.4"
SpecialFunctions = "0.10, 1"
StaticArrays = "0.12, 1"
Expand Down

2 comments on commit 94ce2a4

@dlfivefifty
Copy link
Member

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

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.0.6 -m "<description of version>" 94ce2a4f79e18acaafa93f6df3b52a4de05b56c7
git push origin v0.0.6

Please sign in to comment.