From 1d3883cf298f210896f012e09ae8a6e527a4ac9a Mon Sep 17 00:00:00 2001 From: Simon Penel Date: Thu, 22 Feb 2024 09:50:36 +0100 Subject: [PATCH] Replace science::bio by science in categories --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1573da5..8c25d35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "light_phylogeny" -version = "2.1.7" +version = "2.1.8" authors = ["Simon Penel "] edition = "2018" description ="Methods and functions for phylogeny." license="CECILL-2.1" keywords=["phylogeny", "recphyloxml", "phyloxml", "newick", "phylogenetics"] -categories = ["science::bio"] +categories = ["science"] homepage = "https://github.com/simonpenel/light_phylogeny/wiki" repository = "https://github.com/simonpenel/light_phylogeny" readme = "README.md"