Skip to content

Commit

Permalink
Updated project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanchenyang committed Oct 26, 2021
1 parent b103a2b commit 3f72053
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@ uuid = "bbdedc48-cb31-4a37-9fe3-b015aecc8dd3"
authors = ["Chenyang Yuan <[email protected]>"]
version = "0.1.0"

[compat]
julia = "1"
FFTW = "1"

[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]

2 comments on commit 3f72053

@yuanchenyang
Copy link
Collaborator Author

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 updated: JuliaRegistries/General/47494

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.1.0 -m "<description of version>" 3f72053b92590d172df48d9ac6813727115a7bc2
git push origin v0.1.0

Please sign in to comment.