Skip to content

Commit 4310971

Browse files
committed
Bump version
1 parent 0eec039 commit 4310971

3 files changed

Lines changed: 8 additions & 9 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
version:
15-
- '1'
15+
- '1.11'
1616
os:
1717
- ubuntu-latest
1818
arch:

Project.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "VirtualPlantLab"
22
uuid = "b977ecfa-1b9a-418d-909d-4ebe565736ce"
33
authors = ["Alejandro Morales Sierra <alejandro.moralessierra@wur.nl> and contributors"]
4-
version = "0.0.6"
4+
version = "0.0.7"
55

66
[deps]
77
PlantGeomPrimitives = "7eef3cc5-4580-4ff0-8f6f-933507db6664"
@@ -13,11 +13,11 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1313
SkyDomes = "1838625c-7cf7-40c6-898b-904883e4b556"
1414

1515
[compat]
16-
PlantGeomPrimitives = "0.0.3"
17-
PlantGeomTurtle = "0.0.4"
18-
PlantGraphs = "0.0.2"
19-
PlantRayTracer = " 0.0.6"
20-
PlantViz = "0.0.6"
16+
PlantGeomPrimitives = "0.0.4"
17+
PlantGeomTurtle = "0.0.5"
18+
PlantGraphs = "0.0.3"
19+
PlantRayTracer = " 0.0.7"
20+
PlantViz = "0.0.7"
2121
Reexport = "1.2.2"
22-
SkyDomes = "0.1.6"
22+
SkyDomes = "0.1.7"
2323
julia = "1.11"

test/growthforest.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,4 +458,3 @@ And compute the leaf area index:
458458
459459
=#
460460
get_LAI(forest)
461-
#=

0 commit comments

Comments
 (0)