Skip to content

Commit

Permalink
Update compat info.
Browse files Browse the repository at this point in the history
  • Loading branch information
michakraus committed Dec 17, 2020
1 parent 6da33a6 commit cfadcb6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "CompactBasisFunctions"
uuid = "a09551c4-f815-4143-809e-dd1986753ba7"
authors = ["Michael Kraus"]
version = "0.2.0"
version = "0.2.1"

[deps]
ContinuumArrays = "7ae1f121-cc2c-504b-ac30-9b923412ae5c"
Expand All @@ -16,12 +16,11 @@ ContinuumArrays = "0.3"
FastTransforms = "0.10, 0.11"
OffsetArrays = "0.10, 0.11, 1"
QuadratureRules = "0.1"
StaticArrays = "1"
StaticArrays = "0.12, 1"
julia = "^1.5"

[extras]
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test", "OffsetArrays"]
test = ["Test"]

2 comments on commit cfadcb6

@michakraus
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/26549

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

Please sign in to comment.