diff --git a/Project.toml b/Project.toml index 9c5763c40d..f4d0c2c52d 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ClimaCore" uuid = "d414da3d-4745-48bb-8d80-42e94e092884" authors = ["CliMA Contributors "] -version = "0.10.56" +version = "0.11.0" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" diff --git a/lib/ClimaCoreMakie/Project.toml b/lib/ClimaCoreMakie/Project.toml index 43112b9232..6e1c0cf0bc 100644 --- a/lib/ClimaCoreMakie/Project.toml +++ b/lib/ClimaCoreMakie/Project.toml @@ -1,10 +1,10 @@ authors = ["CliMA Contributors "] name = "ClimaCoreMakie" uuid = "908f55d8-4145-4867-9c14-5dad1a479e4d" -version = "0.4.0" +version = "0.4.1" [compat] -ClimaCore = "0.7, 0.8, 0.9, 0.10" +ClimaCore = "0.7, 0.8, 0.9, 0.10, 0.11" Makie = "0.15, 0.16, 0.17, 0.18, 0.19" julia = "1.7" diff --git a/lib/ClimaCorePlots/Project.toml b/lib/ClimaCorePlots/Project.toml index a6bc6b649b..d3778c73a9 100644 --- a/lib/ClimaCorePlots/Project.toml +++ b/lib/ClimaCorePlots/Project.toml @@ -1,10 +1,10 @@ authors = ["CliMA Contributors "] name = "ClimaCorePlots" uuid = "cf7c7e5a-b407-4c48-9047-11a94a308626" -version = "0.2.5" +version = "0.2.6" [compat] -ClimaCore = "0.10" +ClimaCore = "0.11" RecipesBase = "1" StaticArrays = "1" TriplotBase = "0.1" diff --git a/lib/ClimaCoreSpectra/Project.toml b/lib/ClimaCoreSpectra/Project.toml index 0bc93ff359..ee92a9666b 100644 --- a/lib/ClimaCoreSpectra/Project.toml +++ b/lib/ClimaCoreSpectra/Project.toml @@ -1,13 +1,13 @@ name = "ClimaCoreSpectra" uuid = "c2caaa1d-32ae-4754-ba0d-80e7561362e9" authors = ["CliMA Contributors "] -version = "0.1.0" +version = "0.1.1" [deps] ClimaCore = "d414da3d-4745-48bb-8d80-42e94e092884" FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341" [compat] -ClimaCore = "0.10.12" +ClimaCore = "0.10.12, 0.11" julia = "1.7" FFTW = "1" diff --git a/lib/ClimaCoreTempestRemap/Project.toml b/lib/ClimaCoreTempestRemap/Project.toml index 2864032bf9..6c9a4d099a 100644 --- a/lib/ClimaCoreTempestRemap/Project.toml +++ b/lib/ClimaCoreTempestRemap/Project.toml @@ -1,7 +1,7 @@ name = "ClimaCoreTempestRemap" uuid = "d934ef94-cdd4-4710-83d6-720549644b70" authors = ["CliMA Contributors "] -version = "0.3.10" +version = "0.3.11" [deps] ClimaComms = "3a4d1b5c-c61d-41fd-a00a-5873ba7a1b0d" @@ -14,7 +14,7 @@ TempestRemap_jll = "8573a8c5-1df0-515e-a024-abad257ee284" [compat] ClimaComms = "0.5" -ClimaCore = "0.10.25" +ClimaCore = "0.10.25, 0.11" Dates = "1" LinearAlgebra = "1" NCDatasets = "0.11, 0.12, 0.13" @@ -27,4 +27,4 @@ julia = "1.7" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [targets] -test = ["Test"] \ No newline at end of file +test = ["Test"] diff --git a/lib/ClimaCoreVTK/Project.toml b/lib/ClimaCoreVTK/Project.toml index 5d3112da99..0615c60155 100644 --- a/lib/ClimaCoreVTK/Project.toml +++ b/lib/ClimaCoreVTK/Project.toml @@ -1,10 +1,10 @@ authors = ["CliMA Contributors "] name = "ClimaCoreVTK" uuid = "c8b6d40d-e815-466f-95ae-c48aefa668fa" -version = "0.7.2" +version = "0.7.3" [compat] -ClimaCore = "0.7, 0.8, 0.9, 0.10" +ClimaCore = "0.11" WriteVTK = "1.11" julia = "1.7"