diff --git a/hezar/__init__.py b/hezar/__init__.py index e812fa6b..8913ca41 100644 --- a/hezar/__init__.py +++ b/hezar/__init__.py @@ -9,4 +9,4 @@ from .trainers import * from .utils import * -__version__ = "0.29.2" +__version__ = "0.29.3" diff --git a/pyproject.toml b/pyproject.toml index 8de8f819..13f48989 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "hezar" -version = "0.29.2" +version = "0.29.3" packages = [{ include = "hezar" }] description = "Hezar: The all-in-one AI library for Persian, supporting a wide variety of tasks and modalities!" license = "MIT"