From b91ed95185ac7bf6113a52f2e63a4a3f88f8d333 Mon Sep 17 00:00:00 2001 From: "GitHub Actions [release-bot]" Date: Thu, 5 Feb 2026 13:21:58 +0000 Subject: [PATCH 1/2] bump version to 0.2.3.post2 --- docs/_templates/github-pages-redirect.html | 4 ++-- docs/conf.py | 2 +- hirundo/__init__.py | 2 +- pyproject.toml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/_templates/github-pages-redirect.html b/docs/_templates/github-pages-redirect.html index 0a20602f..9a8dd580 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/docs/conf.py b/docs/conf.py index e75aff2b..3eb79a23 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,7 +9,7 @@ project = "hirundo" copyright = "2024, Hirundo" # noqa: A001 Name is specified by Sphinx author = "Hirundo" -release = "0.2.3.post1" +release = "0.2.3.post2" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/hirundo/__init__.py b/hirundo/__init__.py index c47c2fbc..c6ff7b58 100644 --- a/hirundo/__init__.py +++ b/hirundo/__init__.py @@ -110,4 +110,4 @@ "RunStatus", ] -__version__ = "0.2.3.post1" +__version__ = "0.2.3.post2" diff --git a/pyproject.toml b/pyproject.toml index 23894fe3..1541b3d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ packages = ["hirundo"] [project] name = "hirundo" -version = "0.2.3.post1" +version = "0.2.3.post2" description = "The Hirundo platform provides APIs for: LLM behavior unlearning & dataset QA." authors = [{ name = "Hirundo", email = "dev@hirundo.io" }] readme = "README.md" @@ -106,7 +106,7 @@ transformers = ["transformers>=4.57.3", "peft>=0.18.1", "accelerate>=1.12.0"] dev = ["hirundo[dev,docs,pandas,polars,transformers]"] [tool.bumpver] -current_version = "0.2.3.post1" +current_version = "0.2.3.post2" version_pattern = "MAJOR.MINOR.PATCH[.PYTAGNUM]" [tool.bumpver.file_patterns] From 212f4e132f1ad1ee6c2ba5a5de56ff31ff9ee8f3 Mon Sep 17 00:00:00 2001 From: "GitHub Actions [release-bot]" Date: Thu, 5 Feb 2026 13:21:59 +0000 Subject: [PATCH 2/2] Bump 'uv.lock' version to 0.2.3.post2 --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index b1f2c0af..f0073fdf 100644 --- a/uv.lock +++ b/uv.lock @@ -546,7 +546,7 @@ wheels = [ [[package]] name = "hirundo" -version = "0.2.3.post1" +version = "0.2.3.post2" source = { editable = "." } dependencies = [ { name = "docutils" },