Skip to content

Commit

Permalink
compats
Browse files Browse the repository at this point in the history
  • Loading branch information
vpuri3 committed Jun 18, 2023
1 parent 34a087d commit 6f2dadd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "NodalPolynomialSpaces"
uuid = "0b197c3a-da26-4bf3-b373-765e7d9e4c53"
authors = ["Vedant Puri <[email protected]>"]
version = "0.2.3"
version = "0.2.4"

[deps]
BoundaryValueProblems = "4e0c136c-7fd7-450f-8fba-42b64cbda8b5"
Expand All @@ -13,8 +13,9 @@ SciMLOperators = "c0aeaf25-5076-4817-a8d5-81caf7dfa961"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
CalculustCore = "0.4"
CalculustCore = "0.4.1"
FastGaussQuadrature = "0.4.9, 0.5"
Reexport = "1.2.2"
SciMLOperators = "0.2.11, 0.3"
BoundaryValueProblems = "0.1.1"
julia = "1.6"

2 comments on commit 6f2dadd

@vpuri3
Copy link
Member Author

@vpuri3 vpuri3 commented on 6f2dadd Jun 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

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

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.4 -m "<description of version>" 6f2dadd96b992bbeadc0f07f460ac40023ac1820
git push origin v0.2.4

Please sign in to comment.