Skip to content

Commit 63740f6

Browse files
committed
Bump version to 0.3.0 for PyPI release
1 parent 24ccc3d commit 63740f6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bayesian_bm25"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2021"
55
description = "Bayesian BM25 scoring and experimental validation (Rust core + Python bindings)"
66
readme = "README.md"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "bb25"
7-
version = "0.2.0"
7+
version = "0.3.0"
88
description = "Bayesian BM25 scoring and experimental validation (Rust core + Python bindings)"
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)