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