diff --git a/Cargo.toml b/Cargo.toml index ca58eaf..d11737a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polars_bio" -version = "0.2.5" +version = "0.2.7" edition = "2021" [lib] diff --git a/pyproject.toml b/pyproject.toml index 468f21b..212ab6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "polars-bio" -version = "0.2.5" +version = "0.2.7" description = "Blazing fast genomic operations on large Python dataframes" authors = [] requires-python = ">=3.9"