diff --git a/Project.toml b/Project.toml index 6d2a75f7d7..97fcd5c311 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "CloudMicrophysics" uuid = "6a9e3e04-43cd-43ba-94b9-e8782df3c71b" authors = ["Climate Modeling Alliance"] -version = "0.13.0" +version = "0.13.1" [deps] CLIMAParameters = "6eacf6c3-8458-43b9-ae03-caf5306d3d53" @@ -13,11 +13,11 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" Thermodynamics = "b60c26fb-14c3-4610-9d3e-2d17fe7ff00c" [compat] -CLIMAParameters = "0.7.12" +CLIMAParameters = "0.7.14" DocStringExtensions = "0.8, 0.9" ForwardDiff = "0.10" KernelAbstractions = "0.8, 0.9" NonlinearSolve = "1.8" SpecialFunctions = "1, 2" -Thermodynamics = "0.9, 0.10" +Thermodynamics = "0.9, 0.10, 0.11" julia = "1.9"