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"