Skip to content

Commit

Permalink
Merge pull request #7 from AshtonSBradley/fix3d
Browse files Browse the repository at this point in the history
fix3d and release
  • Loading branch information
AshtonSBradley authored Oct 10, 2023
2 parents 6ec67f2 + 87703ed commit ebf6012
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.6"
version = "0.1.7"

[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, 1.9"
julia = "1.8, 1.9, 1.10"

2 comments on commit ebf6012

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

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

Please sign in to comment.