From 5f105da51a27f9c0ec083fe78bb435b8a0b39dcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Laurent?= <francois.laurent@posteo.net> Date: Sun, 12 Feb 2023 18:39:44 +0100 Subject: [PATCH] version increment --- Manifest.toml | 4 ++-- Project.toml | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Manifest.toml b/Manifest.toml index 0fe6fe2..bbcd605 100644 --- a/Manifest.toml +++ b/Manifest.toml @@ -310,11 +310,11 @@ version = "1.8.0" [[deps.PlanarLarvae]] deps = ["DelimitedFiles", "HDF5", "JSON3", "LinearAlgebra", "MAT", "Meshes", "OrderedCollections", "SHA", "StaticArrays", "Statistics", "StatsBase", "StructTypes"] -git-tree-sha1 = "4d26be48d93856d4d8f087f4b8e5d21d9c6c491d" +git-tree-sha1 = "f7e528d2ecb7b6ef13aab96fade5b4d0a4c64767" repo-rev = "main" repo-url = "https://gitlab.pasteur.fr/nyx/planarlarvae.jl" uuid = "c2615984-ef14-4d40-b148-916c85b43307" -version = "0.8.1" +version = "0.9.0" [[deps.Preferences]] deps = ["TOML"] diff --git a/Project.toml b/Project.toml index a75dfba..f7d95c4 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.10.0" +version = "0.11.0" [deps] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" diff --git a/pyproject.toml b/pyproject.toml index e4b1161..f0e6d26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "TaggingBackends" -version = "0.10" +version = "0.11" description = "Backbone for LarvaTagger.jl tagging backends" authors = ["François Laurent"] -- GitLab