diff --git a/docs/_templates/github-pages-redirect.html b/docs/_templates/github-pages-redirect.html index 3b47b55a..0a20602f 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 e8d76cfb..d18f5ba3 100644 --- a/hirundo/__init__.py +++ b/hirundo/__init__.py @@ -79,4 +79,4 @@ "load_from_zip", ] -__version__ = "0.2.3" +__version__ = "0.2.3.post1" diff --git a/pyproject.toml b/pyproject.toml index 2f3f6b56..d24be68f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ packages = ["hirundo"] [project] name = "hirundo" -version = "0.2.3" +version = "0.2.3.post1" 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" @@ -103,7 +103,7 @@ polars = ["polars>=1.0.0"] transformers = ["transformers>=4.57.3", "peft>=0.18.1", "accelerate>=1.12.0"] [tool.bumpver] -current_version = "0.2.3" +current_version = "0.2.3.post1" version_pattern = "MAJOR.MINOR.PATCH[.PYTAGNUM]" [tool.bumpver.file_patterns] diff --git a/uv.lock b/uv.lock index a4b14c79..0139e8f1 100644 --- a/uv.lock +++ b/uv.lock @@ -546,7 +546,7 @@ wheels = [ [[package]] name = "hirundo" -version = "0.2.3" +version = "0.2.3.post1" source = { editable = "." } dependencies = [ { name = "docutils" },