From 8e8232061f436dbd8e3b6b4335b83906692822e7 Mon Sep 17 00:00:00 2001 From: arxyzan Date: Tue, 28 Nov 2023 15:50:37 +0330 Subject: [PATCH] :bookmark: v0.33.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 07910cef..56434591 100644 --- a/hezar/__init__.py +++ b/hezar/__init__.py @@ -5,7 +5,7 @@ import warnings -__version__ = "0.33.1" +__version__ = "0.33.2" def _warn_on_import(name: str, submodule: str): diff --git a/pyproject.toml b/pyproject.toml index 6333903d..0d8519a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "hezar" -version = "0.33.1" +version = "0.33.2" packages = [{ include = "hezar" }] description = "Hezar: The all-in-one AI library for Persian, supporting a wide variety of tasks and modalities!" license = "MIT"