From 7104fc4e4c1d0c8acad90986d2f13eb52a2f7e49 Mon Sep 17 00:00:00 2001 From: Amine GHOZLANE Date: Thu, 9 May 2024 12:25:05 +0200 Subject: [PATCH] Increase version number --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e9b0cd0..604ae27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "meteor" -version = "2.0.10" +version = "2.0.11" description = "Meteor - A plateform for quantitative metagenomic profiling of complex ecosystems" authors = ["Amine Ghozlane ", "Florence Thirion ", "Florian Plaza-OƱate "] license = "GPL-3.0-or-later"