diff --git a/Cargo.lock b/Cargo.lock index 4629901..e06e3fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2114,7 +2114,7 @@ dependencies = [ [[package]] name = "sourmash_plugin_directsketch" -version = "0.4.1" +version = "0.5.0" dependencies = [ "anyhow", "async_zip", diff --git a/Cargo.toml b/Cargo.toml index 3260dd5..8f730ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sourmash_plugin_directsketch" -version = "0.4.1" +version = "0.5.0" edition = "2021" [lib] diff --git a/pyproject.toml b/pyproject.toml index e12cf4d..ff2f9ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [project] name = "sourmash_plugin_directsketch" -description = "Download and Sketch GenBank Assembly Datasets" +description = "Download and Sketch Data Directly" readme = "README.md" -version = "0.4.1" +version = "0.5.0" requires-python = ">=3.10" classifiers = [ "Programming Language :: Rust", @@ -41,4 +41,5 @@ macos-deployment-target = "10.14" license = { text = "GNU Affero General Public License v3" } authors = [ { name="N. Tessa Pierce-Ward", orcid="0000-0002-2942-5331" }, + { name="C. Titus Brown", orcid="0000-0001-6001-2677" }, ]