From 4310971bc067061b9f31a134988da360ba58e17a Mon Sep 17 00:00:00 2001 From: Alejandro Morales Sierra Date: Wed, 20 Nov 2024 17:52:14 +0100 Subject: [PATCH] Bump version --- .github/workflows/CI.yml | 2 +- Project.toml | 14 +++++++------- test/growthforest.jl | 1 - 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index bb5dc67..918fec2 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: version: - - '1' + - '1.11' os: - ubuntu-latest arch: diff --git a/Project.toml b/Project.toml index ae489f6..ab6224c 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "VirtualPlantLab" uuid = "b977ecfa-1b9a-418d-909d-4ebe565736ce" authors = ["Alejandro Morales Sierra and contributors"] -version = "0.0.6" +version = "0.0.7" [deps] PlantGeomPrimitives = "7eef3cc5-4580-4ff0-8f6f-933507db6664" @@ -13,11 +13,11 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69" SkyDomes = "1838625c-7cf7-40c6-898b-904883e4b556" [compat] -PlantGeomPrimitives = "0.0.3" -PlantGeomTurtle = "0.0.4" -PlantGraphs = "0.0.2" -PlantRayTracer = " 0.0.6" -PlantViz = "0.0.6" +PlantGeomPrimitives = "0.0.4" +PlantGeomTurtle = "0.0.5" +PlantGraphs = "0.0.3" +PlantRayTracer = " 0.0.7" +PlantViz = "0.0.7" Reexport = "1.2.2" -SkyDomes = "0.1.6" +SkyDomes = "0.1.7" julia = "1.11" diff --git a/test/growthforest.jl b/test/growthforest.jl index b95fb9c..3812fc4 100644 --- a/test/growthforest.jl +++ b/test/growthforest.jl @@ -458,4 +458,3 @@ And compute the leaf area index: =# get_LAI(forest) -#=