We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6956680 commit 27e5ee4Copy full SHA for 27e5ee4
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "polars_bio"
3
-version = "0.13.1"
+version = "0.14.0"
4
edition = "2021"
5
6
[lib]
polars_bio/__init__.py
@@ -73,7 +73,7 @@
73
POLARS_BIO_MAX_THREADS = "datafusion.execution.target_partitions"
74
75
76
-__version__ = "0.13.1"
+__version__ = "0.14.0"
77
__all__ = [
78
"ctx",
79
"FilterOp",
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "maturin"
[project]
name = "polars-bio"
7
8
description = "Blazing fast genomic operations on large Python dataframes"
9
authors = []
10
requires-python = ">=3.9"
0 commit comments