Skip to content

Commit 2e7085d

Browse files
committed
Release v0.0.19
1 parent f083c28 commit 2e7085d

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
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
@@ -7,7 +7,7 @@ opt-level = 3
77
lto = true
88

99
[workspace.package]
10-
version = "0.0.18"
10+
version = "0.0.19"
1111
edition = "2024"
1212
authors = ["Rens Holmer"]
1313
license = "MIT"

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "nj_py"
3-
version = "0.0.18"
3+
version = "0.0.19"
44
requires-python = ">=3.10"
55
readme = "README.md"
66
description = "Neighbor-Joining phylogenetic tree inference. Auto-detects DNA/protein, supports multiple substitution models and bootstrap."

wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@holmrenser/nj",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"description": "Neighbor-Joining phylogenetic tree inference. Auto-detects DNA/protein, supports multiple substitution models and bootstrap.",
55
"license": "MIT",
66
"keywords": [

0 commit comments

Comments
 (0)