Skip to content

Commit 5870f10

Browse files
authored
bump version; add ctb to authors (#199)
1 parent 77eb8b9 commit 5870f10

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[package]
33
name = "sourmash_plugin_directsketch"
4-
version = "0.4.1"
4+
version = "0.5.0"
55
edition = "2021"
66

77
[lib]

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[project]
22
name = "sourmash_plugin_directsketch"
3-
description = "Download and Sketch GenBank Assembly Datasets"
3+
description = "Download and Sketch Data Directly"
44
readme = "README.md"
5-
version = "0.4.1"
5+
version = "0.5.0"
66
requires-python = ">=3.10"
77
classifiers = [
88
"Programming Language :: Rust",
@@ -41,4 +41,5 @@ macos-deployment-target = "10.14"
4141
license = { text = "GNU Affero General Public License v3" }
4242
authors = [
4343
{ name="N. Tessa Pierce-Ward", orcid="0000-0002-2942-5331" },
44+
{ name="C. Titus Brown", orcid="0000-0001-6001-2677" },
4445
]

0 commit comments

Comments
 (0)