Skip to content

Commit

Permalink
fix: Release 0.6.1 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwiewior authored Feb 24, 2025
1 parent fcd6e0c commit fc6dbbe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polars_bio"
version = "0.5.4"
version = "0.6.1"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion polars_bio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
POLARS_BIO_MAX_THREADS = "datafusion.execution.target_partitions"


__version__ = "0.5.4"
__version__ = "0.6.1"
__all__ = [
"overlap",
"nearest",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "polars-bio"
version = "0.5.4"
version = "0.6.1"
description = "Blazing fast genomic operations on large Python dataframes"
authors = []
requires-python = ">=3.9"
Expand Down

0 comments on commit fc6dbbe

Please sign in to comment.