From 81b43e41b29cdcbb9c2b8a1d0d0e36e848e96f05 Mon Sep 17 00:00:00 2001 From: Ben Lewis Date: Mon, 25 Aug 2025 14:56:09 +0300 Subject: [PATCH] Revert "bump version to 0.1.21 (#155)" This reverts commit 64c5d773383bf9d4c7a4fb36376dc4e2a0b06659. --- 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..cb9a4f1c 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 f0b85d54..1f3e31ab 100644 --- a/hirundo/__init__.py +++ b/hirundo/__init__.py @@ -63,4 +63,4 @@ "load_from_zip", ] -__version__ = "0.1.21" +__version__ = "0.1.18" diff --git a/pyproject.toml b/pyproject.toml index 6699df90..e6223546 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ packages = ["hirundo"] [project] name = "hirundo" -version = "0.1.21" +version = "0.1.18" 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"