Skip to content

Commit

Permalink
Set version to v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobAsslaender committed Jun 30, 2023
1 parent 1913e08 commit ef4eb70
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
name = "MRFingerprintingRecon"
uuid = "f4798e02-a7e0-47f5-a571-12dd775704d3"
authors = ["Jakob Asslaender <[email protected]>"]
version = "0.5.1-DEV"
version = "0.5.1"

[deps]
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearOperators = "5c8ed15e-5a4c-59e4-a42b-c7e8811fb125"
MRICoilSensitivities = "c57eb701-aafc-44a2-a53c-128049758959"
NFFT = "efe261a4-0d2b-5849-be55-fc731d526b0d"
NFFTTools = "7424e34d-94f7-41d6-98a0-85abaf1b6c91"
Polyester = "f517fe37-dbe3-4b94-8317-1923a5111588"
RegularizedLeastSquares = "1e9c538a-f78c-5de5-8ffb-0b6dbe892d23"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NFFT = "efe261a4-0d2b-5849-be55-fc731d526b0d"
LinearOperators = "5c8ed15e-5a4c-59e4-a42b-c7e8811fb125"
NFFTTools = "7424e34d-94f7-41d6-98a0-85abaf1b6c91"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"

[compat]
FFTW = "1.5"
LinearOperators = "2"
julia = "1.7"
MRICoilSensitivities = "0.1.1"
NFFT = "0.12.1, 0.13"
NFFTTools = "0.2"
Polyester = "0.6, 0.7"
RegularizedLeastSquares = "0.8, 0.9, 0.10"
julia = "1.7"
NFFT = "0.12.1, 0.13"
LinearOperators = "2"
NFFTTools = "0.2"
FFTW = "1.5"

4 comments on commit ef4eb70

@JakobAsslaender
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()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Error while trying to register: Changing package repo URL not allowed, please submit a pull request with the URL change to the target registry and retry.

@JakobAsslaender
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()

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

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

Please sign in to comment.