Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
vpuri3 authored Apr 27, 2023
1 parent 51964f2 commit 0968935
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,7 +1,7 @@
name = "NodalPolynomialSpaces"
uuid = "0b197c3a-da26-4bf3-b373-765e7d9e4c53"
authors = ["Vedant Puri <vedantpuri@gmail.com>"]
version = "0.2"
version = "0.2.1"

[deps]
AbstractPDEInterfaces = "db474457-f03d-4fd7-b196-5f323c96c803"
Expand All @@ -11,7 +11,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
AbstractPDEInterfaces = "0.2"
AbstractPDEInterfaces = "0.2.1"
FastGaussQuadrature = "0.4.9, 0.5"
Reexport = "1.2.2"
julia = "1.6"

2 comments on commit 0968935

@vpuri3
Copy link
Member Author

@vpuri3 vpuri3 commented on 0968935 Apr 27, 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/82443

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>" 0968935fe97fa0885a77a8d110c18725aaef9471
git push origin v0.2.1

Please sign in to comment.