Skip to content

Commit

Permalink
Bump compat on StatGeochemBase to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brenhinkeller committed Mar 22, 2023
1 parent 851daea commit 89e5493
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "StatGeochem"
uuid = "df4de05a-b714-11e8-3c2a-c30fb13e804c"
authors = ["C. Brenhin Keller <cbkeller@berkeley.edu>"]
version = "0.5.10"
version = "0.5.11"


[deps]
Expand Down Expand Up @@ -37,7 +37,7 @@ Plots = "1"
Polyester = "0.6.1, 0.7"
ProgressMeter = "1"
Reexport = "0.2, 1.0"
SpecialFunctions = "0.5 - 0.10, 1, 2"
StatGeochemBase = "0.2, 0.3, 0.4"
SpecialFunctions = "0.10, 1, 2"
StatGeochemBase = "0.4, 0.5"
StatsBase = "0.20 - 0.33"
julia = "1.7"

2 comments on commit 89e5493

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

  • Bump compat on StatGeochemBase to 0.5.0

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

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.11 -m "<description of version>" 89e5493ff7a74ee8810e151d9b12e23f923e989c
git push origin v0.5.11

Please sign in to comment.