Skip to content

Commit

Permalink
updates author info
Browse files Browse the repository at this point in the history
  • Loading branch information
mischmi96 authored Oct 15, 2020
1 parent 68497ad commit 272e453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "NFFT3"
uuid = "53104703-03e8-40a5-ab01-812303a44cae"
authors = ["mischmi96 <[email protected]> for the julia package and other contributors for the NFFT (see nfft.org)"]
authors = ["Michael Schmischke <[email protected]> for the julia package and other contributors for the NFFT (see nfft.org)"]
version = "1.0.0"

[compat]
Expand Down

2 comments on commit 272e453

@mischmi96
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 register branch=main

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

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 v1.0.0 -m "<description of version>" 272e45383d0f750aa417329ce31013ee4e612a33
git push origin v1.0.0

Please sign in to comment.