Skip to content

Commit

Permalink
bump version; add ctb to authors (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluegenes authored Jan 29, 2025
1 parent 77eb8b9 commit 5870f10
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[package]
name = "sourmash_plugin_directsketch"
version = "0.4.1"
version = "0.5.0"
edition = "2021"

[lib]
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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" },
]

0 comments on commit 5870f10

Please sign in to comment.