diff --git a/Project.toml b/Project.toml index 3e745ffa569ee218f8694616bb30d3c4065d6251..aef632dcf87752a57e1827ed322f421e33412211 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.12.3" +version = "0.12.4" [deps] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" diff --git a/pyproject.toml b/pyproject.toml index 5b7b7ba244975ecf69ea78a1058347c59c02cffb..ae4a4ed837c17164da487811fce54bbbb0abcebb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "TaggingBackends" -version = "0.12.3" +version = "0.12.4" description = "Backbone for LarvaTagger.jl tagging backends" authors = ["François Laurent"]