From 9f6e7ed86d8265c9d4cd09ac352827840d995ed5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Wieiw=C3=B3rka?= Date: Tue, 17 Dec 2024 00:50:35 +0100 Subject: [PATCH] fix: Release versions --- Cargo.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"