From 73c54d77eb0334b6a7dd91125aa727e0d00e1f4b Mon Sep 17 00:00:00 2001 From: Thomas Wutzler Date: Wed, 27 Oct 2021 09:26:11 +0200 Subject: [PATCH 1/2] Set version to v0.2.0 --- Project.toml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/Project.toml b/Project.toml index 195afb6..09ccb4f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,38 +1,38 @@ name = "Bigleaf" uuid = "e2ae9153-b66f-47c5-85f1-c6d65380123f" authors = ["Thomas Wutzler and contributors"] -version = "0.1.1-DEV" +version = "0.2.0" [deps] -AstroLib = "c7932e45-9af1-51e7-9da9-f004cd3a462b" -DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" -Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" -FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b" +TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53" +Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb" +Optim = "429524aa-4258-5aef-a3af-852621145aeb" LabelledArrays = "2ee39098-c373-598a-b85f-a56591580800" Missings = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28" -Optim = "429524aa-4258-5aef-a3af-852621145aeb" +Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" +StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" Pipe = "b98c9c47-44ae-5843-9183-064241ee97a0" +DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" -StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" -Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb" -TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53" +FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b" +AstroLib = "c7932e45-9af1-51e7-9da9-f004cd3a462b" + +[extras] +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] -AstroLib = "0.4" -DataFrames = "1" -FillArrays = "0.12" +TimeZones = "1" +Suppressor = "0.2" +Optim = "1" LabelledArrays = "1" Missings = "1" -Optim = "1" -Pipe = "1" -RecursiveArrayTools = "2" StaticArrays = "1" -Suppressor = "0.2" -TimeZones = "1" julia = "1.6, 1.7" - -[extras] -Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" +Pipe = "1" +DataFrames = "1" +RecursiveArrayTools = "2" +FillArrays = "0.12" +AstroLib = "0.4" [targets] test = ["Test"] From 609fcd8c49e3480a8f435d736cbb9bfeca97d2ba Mon Sep 17 00:00:00 2001 From: Thomas Wutzler Date: Wed, 27 Oct 2021 09:26:11 +0200 Subject: [PATCH 2/2] Set version to v0.2.1-DEV --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 09ccb4f..992f8c5 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Bigleaf" uuid = "e2ae9153-b66f-47c5-85f1-c6d65380123f" authors = ["Thomas Wutzler and contributors"] -version = "0.2.0" +version = "0.2.1-DEV" [deps] TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53"