From d3ed56ebcfe0daf254c49794e5912dd210ae8693 Mon Sep 17 00:00:00 2001 From: arxyzan Date: Mon, 30 Oct 2023 00:05:45 +0330 Subject: [PATCH] v0.31.2 --- README.md | 2 +- hezar/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8444e924..58388189 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -![Hezar Logo](hezar.png) +![Hezar Logo](https://raw.githubusercontent.com/hezarai/hezar/main/hezar.png) _

The all-in-one AI library for Persian_

diff --git a/hezar/__init__.py b/hezar/__init__.py index 1b7d9415..513a9475 100644 --- a/hezar/__init__.py +++ b/hezar/__init__.py @@ -10,4 +10,4 @@ from .utils import * -__version__ = "0.31.1" +__version__ = "0.31.2" diff --git a/pyproject.toml b/pyproject.toml index 234a9f21..7a1fef96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "hezar" -version = "0.31.1" +version = "0.31.2" packages = [{ include = "hezar" }] description = "Hezar: The all-in-one AI library for Persian, supporting a wide variety of tasks and modalities!" license = "MIT"