diff --git a/hezar/__init__.py b/hezar/__init__.py index d4080e8e..3889ba42 100644 --- a/hezar/__init__.py +++ b/hezar/__init__.py @@ -10,4 +10,4 @@ from .trainers import * from .utils import * -__version__ = "0.23.6" +__version__ = "0.24.0" diff --git a/pyproject.toml b/pyproject.toml index e8b4ae88..8cb5e056 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "hezar" -version = "0.23.6" +version = "0.24.0" packages = [{ include = "hezar" }] description = "Hezar: A seamless AI framework & library for Persian" license = "MIT"