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