From 9ccb8579ac067f31f7e439a02104d42985177fbd Mon Sep 17 00:00:00 2001 From: arxyzan Date: Thu, 24 Aug 2023 17:13:08 +0330 Subject: [PATCH] v0.23.5 --- 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 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"