Skip to content

Commit

Permalink
ArrayLayouts-v0.7 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlfivefifty authored May 4, 2021
1 parent 57b5e82 commit ce65785
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 = "BlockBandedMatrices"
uuid = "ffab5731-97b5-5995-9138-79e8c1846df0"
version = "0.10.4"
version = "0.10.5"

[deps]
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
Expand All @@ -13,7 +13,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
ArrayLayouts = "0.6.3"
ArrayLayouts = "0.6.3, 0.7"
BandedMatrices = "0.16.8"
BlockArrays = "0.15.2"
FillArrays = "0.11"
Expand Down

2 comments on commit ce65785

@dlfivefifty
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/36072

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.5 -m "<description of version>" ce65785e94a7809d9a15424a9583e4f392f88d75
git push origin v0.10.5

Please sign in to comment.