From 1f3e5c47cb291ea8124d356380cd794ee5f33a0f Mon Sep 17 00:00:00 2001 From: Max Brown Date: Tue, 12 Apr 2022 13:37:42 +0100 Subject: [PATCH] Bump to 0.1.54. --- Cargo.lock | 2 +- Cargo.toml | 8 ++++---- docs/goat_cli/index.html | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 740b97c..47ce7d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -499,7 +499,7 @@ dependencies = [ [[package]] name = "goat-cli" -version = "0.1.53" +version = "0.1.54" dependencies = [ "again", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 5535cb1..d9c3400 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "goat-cli" -version = "0.1.53" -authors = ["Max Brown "] +version = "0.1.54" +authors = ["Max Brown ", "Rich Challis ", "Sujai Kumar ", "Cibele Sotero-Caio "] edition = "2021" license = "MIT" description = "Query metadata for any species across the tree of life." -homepage = "https://github.com/genomehubs/goat-cli" +homepage = "https://github.com/genomehubs/goat-cli/wiki" repository = "https://github.com/genomehubs/goat-cli" -documentation = "https://github.com/genomehubs/goat-cli/wiki" +documentation = "https://genomehubs.github.io/goat-cli/goat_cli/" keywords = ["goat", "genome", "tree", "ncbi", "genomics"] categories = ["command-line-utilities", "science"] diff --git a/docs/goat_cli/index.html b/docs/goat_cli/index.html index 6084d2b..dedf552 100644 --- a/docs/goat_cli/index.html +++ b/docs/goat_cli/index.html @@ -3,7 +3,7 @@

+

Crate goat_cli

Expand description

goat-cli is a command line interface to query the Genomes on a Tree Open API using an asynchronous tokio runtime.