Skip to content

Commit 63bca91

Browse files
authored
Release 0.17.1 (#238)
1 parent 9e67e06 commit 63bca91

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.17.0"
3+
version = "0.17.1"
44
edition = "2021"
55

66
[lib]

polars_bio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666

6767
POLARS_BIO_MAX_THREADS = "datafusion.execution.target_partitions"
6868

69-
__version__ = "0.17.0"
69+
__version__ = "0.17.1"
7070
__all__ = [
7171
"ctx",
7272
"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.17.0"
7+
version = "0.17.1"
88
description = "Blazing fast genomic operations on large Python dataframes"
99
authors = []
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)