diff --git a/hezar/__init__.py b/hezar/__init__.py index cb49e1e0..09091220 100644 --- a/hezar/__init__.py +++ b/hezar/__init__.py @@ -10,4 +10,4 @@ from .trainers import * from .utils import * -__version__ = "0.23.4" +__version__ = "0.23.5" diff --git a/pyproject.toml b/pyproject.toml index f033de1d..1b6e4828 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "hezar" -version = "0.23.4" +version = "0.23.5" packages = [{ include = "hezar" }] description = "Hezar: A seamless AI framework & library for Persian" license = "MIT"