From 116ce5fb2b632162a1926dbf1b5404ad9ad74f4b Mon Sep 17 00:00:00 2001 From: arxyzan Date: Mon, 7 Aug 2023 09:25:14 +0330 Subject: [PATCH] v0.21.2 --- hezar/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"