diff --git a/hezar/__init__.py b/hezar/__init__.py index 3725dc85..5d0ebc64 100644 --- a/hezar/__init__.py +++ b/hezar/__init__.py @@ -9,4 +9,4 @@ from .trainers import * from .utils import * -__version__ = "0.18.0" +__version__ = "0.18.1" diff --git a/pyproject.toml b/pyproject.toml index 25ecde0b..ff2fe824 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "hezar" -version = "0.18.0" +version = "0.18.1" packages = [{ include = "hezar" }] description = "Hezar: A seamless AI framework & library for Persian" license = "MIT"