diff --git a/Project.toml b/Project.toml index 4731bc26eb3551067eaacf1e1b690ae5c67f448a..b4870abebb8cb3a3277536a52d2b1e1e43c87872 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.15.3" +version = "0.16" [deps] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" diff --git a/pyproject.toml b/pyproject.toml index 3a7f66ef70140ee3e975ff4f210efee5f54b1815..7a6d08727061a101ce40d9717c880c7dc65083be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "TaggingBackends" -version = "0.15.3" +version = "0.16" description = "Backbone for LarvaTagger.jl tagging backends" authors = ["François Laurent"]