Skip to content

Commit

Permalink
releases
Browse files Browse the repository at this point in the history
  • Loading branch information
tknopp committed Jul 20, 2022
1 parent b8d0082 commit 0eb8670
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CuNFFT/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ julia = "1.6"
AbstractFFTs = "1.0"
AbstractNFFTs = "0.8"
CUDA = "1.3.3, 2.3, 3.1"
NFFT = "0.14"
NFFT = "0.13"
Reexport = "1.0"
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "NFFT"
uuid = "efe261a4-0d2b-5849-be55-fc731d526b0d"
authors = ["Tobias Knopp <[email protected]>"]
version = "0.14"
version = "0.13"

[deps]
AbstractNFFTs = "7f219486-4aa7-41d6-80a7-e08ef20ceed7"
Expand Down

4 comments on commit 0eb8670

@tknopp
Copy link
Member Author

@tknopp tknopp commented on 0eb8670 Jul 20, 2022

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/64606

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.13.0 -m "<description of version>" 0eb86703c89bd3fa9f1b871224daf28ca6960c31
git push origin v0.13.0

@tknopp
Copy link
Member Author

@tknopp tknopp commented on 0eb8670 Jul 20, 2022

Choose a reason for hiding this comment

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

@JuliaRegistrator register subdir=CuNFFT

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

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 CuNFFT-v0.3.4 -m "<description of version>" 0eb86703c89bd3fa9f1b871224daf28ca6960c31
git push origin CuNFFT-v0.3.4

Please sign in to comment.