Skip to content

Commit

Permalink
MRG: bump plugin version to v0.9.13 (#584)
Browse files Browse the repository at this point in the history
* WIP: bump plugin version to v0.9.13

* upd versions

* upd lock
  • Loading branch information
ctb authored Jan 15, 2025
1 parent baa4b20 commit 055170e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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,6 +1,6 @@
[package]
name = "sourmash_plugin_branchwater"
version = "0.9.12"
version = "0.9.13"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- bioconda
- defaults
dependencies:
- sourmash>=4.8.13,<5
- sourmash-minimal>=4.8.14,<5
- pip
- rust
- maturin>=1,<2
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
name = "sourmash_plugin_branchwater"
description = "fast command-line extensions for sourmash"
readme = "README.md"
version = "0.9.12"
version = "0.9.13"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = ["sourmash>=4.8.13,<5"]
dependencies = ["sourmash>=4.8.14,<5"]

authors = [
{ name="N. Tessa Pierce-Ward", orcid="0000-0002-2942-5331" },
Expand Down Expand Up @@ -60,7 +60,7 @@ libclang = ">=16.0.6,<16.1"
python = "3.10.*"
rust = ">=1.80.0,<1.81"
maturin = ">=1.7.4,<2"
sourmash-minimal = ">=4.8.10,<5"
sourmash-minimal = ">=4.8.14,<5"

[tool.pixi.feature.build.target.linux-64.dependencies]
patchelf = ">=0.17.2,<0.18"
Expand Down

0 comments on commit 055170e

Please sign in to comment.