From ec8bca0286e4ae742dfa1a4ce78d2f85fae4c61c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Laurent?= <francois.laurent@posteo.net> Date: Thu, 12 May 2022 19:32:38 +0200 Subject: [PATCH] version increment --- Manifest.toml | 6 ++++-- Project.toml | 2 +- src/controllers.jl | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Manifest.toml b/Manifest.toml index 82430b4..3fca9e2 100644 --- a/Manifest.toml +++ b/Manifest.toml @@ -859,9 +859,11 @@ version = "0.1.1" [[deps.PlanarLarvae]] deps = ["DelimitedFiles", "JSON3", "MAT", "Meshes", "OrderedCollections", "StaticArrays", "StructTypes"] -path = "../PlanarLarvae" +git-tree-sha1 = "f45e4befaca93ceeab1830cce9239394ac01c45d" +repo-rev = "main" +repo-url = "https://gitlab.pasteur.fr/nyx/planarlarvae.jl" uuid = "c2615984-ef14-4d40-b148-916c85b43307" -version = "0.3.0" +version = "0.4.0" [[deps.PlotUtils]] deps = ["ColorSchemes", "Colors", "Dates", "Printf", "Random", "Reexport", "Statistics"] diff --git a/Project.toml b/Project.toml index 4cc98db..59a41ed 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.2.0" +version = "0.3.0" [deps] Colors = "5ae59095-9a9b-59fe-a467-6f913c188581" diff --git a/src/controllers.jl b/src/controllers.jl index a12bf90..e405db2 100644 --- a/src/controllers.jl +++ b/src/controllers.jl @@ -22,7 +22,7 @@ gethub(hub::ControllerHub) = hub # events - definitions -const NoLarva = convert(LarvaID, 0) +const NoLarva = typemax(LarvaID) struct LarvaEvents hovered::Observable{LarvaID} -- GitLab