From 82ba45aff2713927f3634586b0d0c614c2a8943a Mon Sep 17 00:00:00 2001 From: Adrian Altenhoff Date: Thu, 10 Oct 2024 10:50:21 +0200 Subject: [PATCH] bump version 0.1.5 -> 0.1.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 31b9aee..73b8db4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "edgehog" -version = "0.1.5" +version = "0.1.6" description = "Infering ancestral synteny with hierarchical orthologous groups" authors = ["Charles Bernard ", "Adrian Altenhoff "]