Skip to content

Commit

Permalink
Set version to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobAsslaender committed Jun 22, 2024
1 parent 75b9c50 commit 00ed470
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
name = "MRIgeneralizedBloch"
uuid = "9689932d-8765-44d0-985b-2d9644d92569"
authors = ["Jakob Asslaender <[email protected]> and contributors"]
version = "0.8.8-DEV"
version = "0.9.0"

[deps]
ApproxFun = "28f2ccd6-bb30-5033-b560-165f7b14dc2f"
Cubature = "667455a9-e2ce-5579-9412-b964f529a492"
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
ExponentialUtilities = "d4d017d3-3776-5f7e-afef-a10c40355c18"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
ExponentialUtilities = "d4d017d3-3776-5f7e-afef-a10c40355c18"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LsqFit = "2fda8390-95c7-5789-9bda-21331edee243"
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
ApproxFun = "28f2ccd6-bb30-5033-b560-165f7b14dc2f"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
ApproxFun = "0.12, 0.13"
Cubature = "1"
DifferentialEquations = "6, 7"
ExponentialUtilities = "1"
Interpolations = "0.14.2, 0.15"
ExponentialUtilities = "1"
LinearAlgebra = "1.6"
LsqFit = "0.13, 0.14, 0.15"
NLsolve = "4"
QuadGK = "2"
SpecialFunctions = "1, 2"
StaticArrays = "1"
julia = "1.6"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
NLsolve = "4"
DifferentialEquations = "6, 7"
SpecialFunctions = "1, 2"
ApproxFun = "0.12, 0.13"

[targets]
test = ["Test"]

2 comments on commit 00ed470

@JakobAsslaender
Copy link
Owner 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/109578

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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>" 00ed47068d794b56dff99c9a356117dc74df6ba9
git push origin v0.9.0

Please sign in to comment.