From 7ce3d27480e527f2cd0e037b434b0d506b607aa7 Mon Sep 17 00:00:00 2001 From: "GitHub Actions [release-bot]" Date: Wed, 28 Jan 2026 21:32:34 +0000 Subject: [PATCH] bump version to 0.2.3 - changed by @benglewis to force GitHub Actions to run --- docs/_templates/github-pages-redirect.html | 4 ++-- hirundo/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/_templates/github-pages-redirect.html b/docs/_templates/github-pages-redirect.html index 6c5a9cc0..3b47b55a 100644 --- a/docs/_templates/github-pages-redirect.html +++ b/docs/_templates/github-pages-redirect.html @@ -3,8 +3,8 @@ Redirecting to main branch docs - + - + diff --git a/hirundo/__init__.py b/hirundo/__init__.py index 59e27251..e8d76cfb 100644 --- a/hirundo/__init__.py +++ b/hirundo/__init__.py @@ -79,4 +79,4 @@ "load_from_zip", ] -__version__ = "0.1.22" +__version__ = "0.2.3" diff --git a/pyproject.toml b/pyproject.toml index 0af15c33..ea4dccd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ packages = ["hirundo"] [project] name = "hirundo" -version = "0.1.21" +version = "0.2.3" description = "This package is used to interface with Hirundo's platform. It provides a simple API to optimize your ML datasets." authors = [{ name = "Hirundo", email = "dev@hirundo.io" }] readme = "README.md"