Skip to content

Commit

Permalink
ArrayLayouts-v0.7 (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlfivefifty committed May 7, 2021
1 parent 3c34e3d commit 2b6c59b
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 = "ContinuumArrays"
uuid = "7ae1f121-cc2c-504b-ac30-9b923412ae5c"
version = "0.7.3"
version = "0.7.4"

[deps]
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
Expand All @@ -17,7 +17,7 @@ RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
ArrayLayouts = "0.6"
ArrayLayouts = "0.6, 0.7"
BandedMatrices = "0.16"
BlockArrays = "0.15.1"
FillArrays = "0.11"
Expand Down

2 comments on commit 2b6c59b

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

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.7.4 -m "<description of version>" 2b6c59b85868ef54408cc1de9498886af76cee0f
git push origin v0.7.4

Please sign in to comment.