From 6c2a41d55eee8b4bd9ac848ef8006884867cf765 Mon Sep 17 00:00:00 2001 From: Ben Lewis Date: Wed, 25 Jun 2025 21:05:47 +0300 Subject: [PATCH] Revert "bump version to 0.1.7 (#116)" This reverts commit b51c8c9ed706393a2cae0a3aa9255ffcefa8df3b. --- 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 8d8cd5ec..f6e84343 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 1102673b..d9fb6b83 100644 --- a/hirundo/__init__.py +++ b/hirundo/__init__.py @@ -59,4 +59,4 @@ "load_from_zip", ] -__version__ = "0.1.7" +__version__ = "0.1.16" diff --git a/pyproject.toml b/pyproject.toml index bf3bb239..7c8299e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ packages = ["hirundo"] [project] name = "hirundo" -version = "0.1.7" +version = "0.1.16" 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"