diff --git a/Manifest.toml b/Manifest.toml index 37e3734e5843d6cec72d419c84cba5ae0b4fa693..94e1b14b1643044a392884602db782788e158774 100644 --- a/Manifest.toml +++ b/Manifest.toml @@ -891,11 +891,11 @@ version = "0.3.2" [[deps.PlanarLarvae]] deps = ["DelimitedFiles", "HDF5", "JSON3", "LinearAlgebra", "MAT", "Meshes", "OrderedCollections", "SHA", "StaticArrays", "Statistics", "StatsBase", "StructTypes"] -git-tree-sha1 = "5b7020f80af940ba6ce9140aeece184456bca447" +git-tree-sha1 = "5021823ba822ab203b10b300fe4baef0cc795585" repo-rev = "main" repo-url = "https://gitlab.pasteur.fr/nyx/planarlarvae.jl" uuid = "c2615984-ef14-4d40-b148-916c85b43307" -version = "0.9.2" +version = "0.9.3" [[deps.PlotUtils]] deps = ["ColorSchemes", "Colors", "Dates", "Printf", "Random", "Reexport", "SnoopPrecompile", "Statistics"] diff --git a/Project.toml b/Project.toml index b5ddd1ca564e9de0e23b9f187877c25afe4509cf..9eaec25beef2ef5bcf087eb59c596fc74d1cab39 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "LarvaTagger" uuid = "8b3b36f1-dfed-446e-8561-ea19fe966a4d" authors = ["François Laurent", "Institut Pasteur"] -version = "0.12" +version = "0.13" [deps] Colors = "5ae59095-9a9b-59fe-a467-6f913c188581" diff --git a/recipes/README.md b/recipes/README.md index 98a52b6faee655620e984e01b2ac95a993d3bcd2..9457b7cfecd08308956c58f76601b8bc24258eac 100644 --- a/recipes/README.md +++ b/recipes/README.md @@ -141,7 +141,7 @@ docker pull flaur/larvatagger ``` Beware that images that ship with backends are relatively large files (>5GB on disk). -If you are not interested in automatic tagging, use the `flaur/larvatagger:0.12-standalone` image instead. +If you are not interested in automatic tagging, use the `flaur/larvatagger:0.13-standalone` image instead. ### Upgrading