Skip to content

Commit

Permalink
prepare releases
Browse files Browse the repository at this point in the history
  • Loading branch information
tknopp committed Jan 27, 2022
1 parent a055379 commit eaac1d3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CuNFFT/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "CuNFFT"
uuid = "a9291f20-7f4c-4d50-b30d-4e07b13252e1"
author = ["Tobias Knopp <tobias@knoppweb.de>"]
version = "0.2.0"
version = "0.3.0"

[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
Expand All @@ -14,7 +14,7 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
[compat]
julia = "1.6"
AbstractFFTs = "1.0"
AbstractNFFTs = "0.3.0"
AbstractNFFTs = "0.5.0"
CUDA = "1.3.3, 2.3, 3.1"
NFFT = "0.8"
NFFT = "0.9"
Reexport = "1.0"
4 changes: 2 additions & 2 deletions NFFTTools/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "NFFTTools"
uuid = "7424e34d-94f7-41d6-98a0-85abaf1b6c91"
author = ["Tobias Knopp <tobias@knoppweb.de>"]
version = "0.1.0"
version = "0.2.0"

[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
Expand All @@ -12,5 +12,5 @@ FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
[compat]
julia = "1.6"
AbstractFFTs = "1.0"
AbstractNFFTs = "0.3.0"
AbstractNFFTs = "0.5.0"
FFTW = "1"
4 changes: 2 additions & 2 deletions 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 <tobias@knoppweb.de>"]
version = "0.8.0"
version = "0.9.0"

[deps]
AbstractNFFTs = "7f219486-4aa7-41d6-80a7-e08ef20ceed7"
Expand All @@ -17,7 +17,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"

[compat]
AbstractNFFTs = "0.3.0"
AbstractNFFTs = "0.5.0"
DataFrames = "1.3.1"
FFTW = "0.2, 1"
FLoops = "0.2"
Expand Down

2 comments on commit eaac1d3

@tknopp
Copy link
Member Author

@tknopp tknopp commented on eaac1d3 Jan 27, 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/53335

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.9.0 -m "<description of version>" eaac1d348fc8b3ab75f0026ee6db1a6a9a47c55d
git push origin v0.9.0

Please sign in to comment.