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] 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" },