From da969257e9c757a55442370e7e85cce7156b2f3b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Laurent?= <francois.laurent@posteo.net>
Date: Thu, 9 Feb 2023 00:00:26 +0100
Subject: [PATCH] version increment

---
 README.md      | 2 +-
 pyproject.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 0c7943f..3f14d55 100644
--- a/README.md
+++ b/README.md
@@ -85,7 +85,7 @@ Using the [`20230129`](https://gitlab.pasteur.fr/nyx/MaggotUBA-adapter/-/tree/20
 poetry run tagging-backend predict --model-instance 20230129
 ```
 
-Note: since `TaggingBackends==0.9`, the `--skip-make-dataset` argument is default behavior. Pass `--make-dataset` instead to enforce the former default.
+Note: since `TaggingBackends==0.10`, the `--skip-make-dataset` argument is default behavior. Pass `--make-dataset` instead to enforce the former default.
 
 For the above command to work, the track data file must be placed (*e.g.* copied) in the `data/raw/20230129` directory, to be first created or cleared.
 
diff --git a/pyproject.toml b/pyproject.toml
index 54779ec..e9961fb 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "MaggotUBA-adapter"
-version = "0.9.1"
+version = "0.10"
 description = "Interface between MaggotUBA and the Nyx tagging UI"
 authors = ["François Laurent"]
 license = "MIT"
-- 
GitLab