diff --git a/Project.toml b/Project.toml
index c8d4daec0c682f489ceee68f993a1d57e19692bc..5dbf3b2616df7ea4b67921f501acf9722250d0a6 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.6.2"
+version = "0.7.1"
 
 [deps]
 Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
diff --git a/pyproject.toml b/pyproject.toml
index 03a8dd38811139245f52a3bb4e07eeb5c2a54ee1..5cab35d6fc8a3a3d121ac999bb46f879935af816 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "TaggingBackends"
-version = "0.6.2"
+version = "0.7.1"
 description = "Backbone for LarvaTagger.jl tagging backends"
 authors = ["François Laurent"]