Skip to content

Commit

Permalink
1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
AshtonSBradley committed May 27, 2023
1 parent d4c806c commit 4038b24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "QuantumFluidSpectra"
uuid = "8ddfec37-9569-48bd-b1f3-d8731767ee3a"
authors = ["Ashton Bradley <[email protected]> and contributors"]
version = "0.1.5"
version = "0.1.6"

[deps]
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
Expand All @@ -22,4 +22,4 @@ SpecialFunctions = "1, 1.3, 1.4, 2"
TensorCast = "0.4"
Tullio = "0.2, 0.3"
UnPack = "1, 1.0"
julia = "1.8"
julia = "1.8, 1.9"

2 comments on commit 4038b24

@AshtonSBradley
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
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/84336

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.1.6 -m "<description of version>" 4038b24cf219362fe2d1a7d2de113f52e327e2b3
git push origin v0.1.6

Please sign in to comment.