From 1d21a874e76c33b0945abbf7c265643d2f42efa5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Laurent?= <francois.laurent@posteo.net>
Date: Wed, 8 Feb 2023 23:54:28 +0100
Subject: [PATCH] version increment

---
 Manifest.toml  | 8 ++++----
 Project.toml   | 2 +-
 pyproject.toml | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Manifest.toml b/Manifest.toml
index 329dd12..4a73b4f 100644
--- a/Manifest.toml
+++ b/Manifest.toml
@@ -1,6 +1,6 @@
 # This file is machine-generated - editing it directly is not advised
 
-julia_version = "1.8.2"
+julia_version = "1.8.3"
 manifest_format = "2.0"
 project_hash = "2c20afabe03d014276e9478d0fdccbc2cdd634c1"
 
@@ -309,12 +309,12 @@ uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
 version = "1.8.0"
 
 [[deps.PlanarLarvae]]
-deps = ["DelimitedFiles", "HDF5", "JSON3", "MAT", "Meshes", "OrderedCollections", "SHA", "StaticArrays", "Statistics", "StatsBase", "StructTypes"]
-git-tree-sha1 = "607572b4d9404105e64e5b9b0f2f047bd307eb17"
+deps = ["DelimitedFiles", "HDF5", "JSON3", "LinearAlgebra", "MAT", "Meshes", "OrderedCollections", "SHA", "StaticArrays", "Statistics", "StatsBase", "StructTypes"]
+git-tree-sha1 = "33b53b6c16da1bd0982ce3b95096807c43b977dc"
 repo-rev = "main"
 repo-url = "https://gitlab.pasteur.fr/nyx/planarlarvae.jl"
 uuid = "c2615984-ef14-4d40-b148-916c85b43307"
-version = "0.6.0"
+version = "0.8.0"
 
 [[deps.Preferences]]
 deps = ["TOML"]
diff --git a/Project.toml b/Project.toml
index 3180012..a75dfba 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.9"
+version = "0.10.0"
 
 [deps]
 Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
diff --git a/pyproject.toml b/pyproject.toml
index cb7e012..e4b1161 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "TaggingBackends"
-version = "0.8"
+version = "0.10"
 description = "Backbone for LarvaTagger.jl tagging backends"
 authors = ["François Laurent"]
 
-- 
GitLab