From 4b640d6e76eb381c624a1e93a73ae2833a0ec9c0 Mon Sep 17 00:00:00 2001 From: Simon Penel Date: Mon, 21 Oct 2024 14:38:02 +0200 Subject: [PATCH] Modify keywords --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 69f85b4..0ba6434 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "light_phylogeny" -version = "2.4.2" +version = "2.4.3" authors = ["Simon Penel "] edition = "2018" description ="Methods and functions for phylogeny." license="CECILL-2.1" -keywords=["phylogeny", "recphyloxml", "phyloxml", "newick", "phylogenetics"] +keywords=["phylogeny", "recphyloxml", "evolution", "bioinformatics", "phylogenetics"] categories = ["science"] homepage = "https://github.com/simonpenel/light_phylogeny/wiki" repository = "https://github.com/simonpenel/light_phylogeny"