From 1912c6224588696cc8a1755995edccdbe72305ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Wiewi=C3=B3rka?= Date: Tue, 17 Dec 2024 18:28:57 +0100 Subject: [PATCH] Fixing versioning (#27) --- Cargo.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"