From 02bb2513219e7a80c38fa055b7b4b293a4fff0e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Laurent?= <francois.laurent@posteo.net> Date: Tue, 18 Apr 2023 17:39:14 +0200 Subject: [PATCH] version increment --- Manifest.toml | 6 ++++-- Project.toml | 2 +- recipes/README.md | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Manifest.toml b/Manifest.toml index 5042623..2b39b35 100644 --- a/Manifest.toml +++ b/Manifest.toml @@ -891,9 +891,11 @@ version = "0.3.2" [[deps.PlanarLarvae]] deps = ["DelimitedFiles", "HDF5", "JSON3", "LinearAlgebra", "MAT", "Meshes", "OrderedCollections", "SHA", "StaticArrays", "Statistics", "StatsBase", "StructTypes"] -path = "../PlanarLarvae" +git-tree-sha1 = "2c358618e63f5de3ea5d6fe9d2ddd15c4b4da3ac" +repo-rev = "main" +repo-url = "https://gitlab.pasteur.fr/nyx/planarlarvae.jl" uuid = "c2615984-ef14-4d40-b148-916c85b43307" -version = "0.9.4" +version = "0.10.0" [[deps.PlotUtils]] deps = ["ColorSchemes", "Colors", "Dates", "Printf", "Random", "Reexport", "SnoopPrecompile", "Statistics"] diff --git a/Project.toml b/Project.toml index 7d44d85..6c24a0e 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.13.1" +version = "0.14" [deps] Colors = "5ae59095-9a9b-59fe-a467-6f913c188581" diff --git a/recipes/README.md b/recipes/README.md index 940cea3..ecd98de 100644 --- a/recipes/README.md +++ b/recipes/README.md @@ -163,7 +163,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.13.1-standalone` image instead. +If you are not interested in automatic tagging, use the `flaur/larvatagger:0.14-standalone` image instead. ### Upgrading -- GitLab