Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kamesy committed Apr 14, 2022
1 parent 4d91f21 commit 88dd622
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "QSM"
uuid = "794fc106-2fa4-440f-961c-0d7d7b47016a"
authors = ["kamesy <[email protected]>"]
version = "0.1.0"
version = "0.2.0"

[deps]
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
Expand All @@ -18,14 +18,14 @@ ThreadingUtilities = "8290d209-cae3-49c0-8002-c8c24d57dab5"
TiledIteration = "06e1c1a7-607b-532d-9fad-de7d9aa2abac"

[compat]
FFTW = "1.4.5"
FFTW = "1.4.6"
FastPow = "0.1.0"
LinearMaps = "3.5.1"
NIfTI = "0.5.6"
Polyester = "0.6.3"
PolyesterWeave = "0.1.3"
SLEEFPirates = "0.6.28"
LinearMaps = "3.6.1"
NIfTI = "0.5.7"
Polyester = "0.6.8"
PolyesterWeave = "0.1.5"
SLEEFPirates = "0.6.31"
StaticArrays = "1"
ThreadingUtilities = "0.4.7"
ThreadingUtilities = "0.5.0"
TiledIteration = "0.3.1"
julia = "1.6"

2 comments on commit 88dd622

@kamesy
Copy link
Owner Author

@kamesy kamesy commented on 88dd622 Apr 14, 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/58532

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.0 -m "<description of version>" 88dd6229989c0ee9b6fec18b9fe92432337acc40
git push origin v0.2.0

Please sign in to comment.