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 9e67e06 commit 63bca91Copy full SHA for 63bca91
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "polars_bio"
3
-version = "0.17.0"
+version = "0.17.1"
4
edition = "2021"
5
6
[lib]
polars_bio/__init__.py
@@ -66,7 +66,7 @@
66
67
POLARS_BIO_MAX_THREADS = "datafusion.execution.target_partitions"
68
69
-__version__ = "0.17.0"
+__version__ = "0.17.1"
70
__all__ = [
71
"ctx",
72
"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