diff --git a/Project.toml b/Project.toml index 147e2a7ae545eaabe60e7d32f8a03d90a322c741..fdc60516a6c954f6d98de405298f9e4f81be9993 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.18.1" +version = "0.18.2" [deps] Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" diff --git a/pyproject.toml b/pyproject.toml index aba7c5410192513bc6ebdccc8940f631a1a9d5ce..0a496d08f08f6b019f18ec1fd05bed8570701937 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "TaggingBackends" -version = "0.18.1" +version = "0.18.2" description = "Backbone for LarvaTagger.jl tagging backends" authors = ["François Laurent"]