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