diff --git a/Manifest.toml b/Manifest.toml index 0424e0330a3f3d206b3fb49261580b2adad85688..47f39dda2e192e26b38f417ff3b4cb78193ef790 100644 --- a/Manifest.toml +++ b/Manifest.toml @@ -312,11 +312,11 @@ version = "1.9.0" [[deps.PlanarLarvae]] deps = ["DelimitedFiles", "HDF5", "JSON3", "LinearAlgebra", "MAT", "Meshes", "OrderedCollections", "Random", "SHA", "StaticArrays", "Statistics", "StatsBase", "StructTypes"] -git-tree-sha1 = "6d1f48b16424c847829a325cc9f49329becf9cf8" -repo-rev = "dev" +git-tree-sha1 = "8b8409f72c8bffcea0e54beba1516cdb94fadf89" +repo-rev = "main" repo-url = "https://gitlab.pasteur.fr/nyx/planarlarvae.jl" uuid = "c2615984-ef14-4d40-b148-916c85b43307" -version = "0.10.0" +version = "0.11.0" [[deps.PrecompileTools]] deps = ["Preferences"] diff --git a/Project.toml b/Project.toml index aef632dcf87752a57e1827ed322f421e33412211..4a26f167b06c59e35edc53f04d569d72b27d38c7 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "TaggingBackends" uuid = "e551f703-3b82-4335-b341-d497b48d519b" authors = ["François Laurent", "Institut Pasteur"] -version = "0.12.4" +version = "0.13.0" [deps] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" diff --git a/pyproject.toml b/pyproject.toml index ae4a4ed837c17164da487811fce54bbbb0abcebb..4fb3f4f2696989909f3c0e56553604fd2de67b8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "TaggingBackends" -version = "0.12.4" +version = "0.13.0" description = "Backbone for LarvaTagger.jl tagging backends" authors = ["François Laurent"]