diff --git a/hezar/__init__.py b/hezar/__init__.py index 8079c8b8..954d56d1 100644 --- a/hezar/__init__.py +++ b/hezar/__init__.py @@ -9,4 +9,4 @@ from .trainers import * from .utils import * -__version__ = "0.21.1" +__version__ = "0.21.2" diff --git a/pyproject.toml b/pyproject.toml index ea33bc87..ecc435ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "hezar" -version = "0.21.1" +version = "0.21.2" packages = [{ include = "hezar" }] description = "Hezar: A seamless AI framework & library for Persian" license = "MIT"