Skip to content

Commit

Permalink
Expand compat on StatGeochemBase to v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
brenhinkeller committed Jun 19, 2024
1 parent 75e92a6 commit 7b5ee3f
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 = "Thermochron"
uuid = "b9a8379e-ee1a-4388-b7ca-7852af1cef08"
authors = ["C. Brenhin Keller and collaborators"]
version = "0.9.0"
version = "0.9.1"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand All @@ -14,6 +14,6 @@ VectorizedStatistics = "3b853605-1c98-4422-8364-4bd93ee0529e"
[compat]
LoopVectorization = "0.12"
ProgressMeter = "1"
StatGeochemBase = "0.4.3, 0.5"
StatGeochemBase = "0.4.3, 0.5, 0.6"
VectorizedStatistics = "0.4.6, 0.5"
julia = "1.8"

2 comments on commit 7b5ee3f

@brenhinkeller
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
Release notes:

  • Expand compat on StatGeochemBase to v0.6

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

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.1 -m "<description of version>" 7b5ee3f16e3323b77c6167a2198ab6333b6534f4
git push origin v0.9.1

Please sign in to comment.