diff --git a/Project.toml b/Project.toml index 7a5b733a9fa4c40085fe16da7e266fa3c1f08b9b..95c3fdcd56f8739d28b4cb54204a4f3eb59e02c7 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.0" +version = "0.6.1" [deps] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" diff --git a/pyproject.toml b/pyproject.toml index ad61e6ca698e4001758860484cf02608c5c916b7..541fc80139b0b99ad746e4087f22bc8f8862b606 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "TaggingBackends" -version = "0.6.0" +version = "0.6.1" description = "Backbone for LarvaTagger.jl tagging backends" authors = ["François Laurent"]