Skip to content

Commit 27e5ee4

Browse files
authored
Release 0.14.0 (#220)
1 parent 6956680 commit 27e5ee4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "polars_bio"
3-
version = "0.13.1"
3+
version = "0.14.0"
44
edition = "2021"
55

66
[lib]

polars_bio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
POLARS_BIO_MAX_THREADS = "datafusion.execution.target_partitions"
7474

7575

76-
__version__ = "0.13.1"
76+
__version__ = "0.14.0"
7777
__all__ = [
7878
"ctx",
7979
"FilterOp",

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 = "polars-bio"
7-
version = "0.13.1"
7+
version = "0.14.0"
88
description = "Blazing fast genomic operations on large Python dataframes"
99
authors = []
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)