From f621ab81712e2670cbaff68a3c677d022ab43ea4 Mon Sep 17 00:00:00 2001 From: arxyzan Date: Sat, 19 Oct 2024 14:02:22 +0330 Subject: [PATCH] :bookmark: Release v0.41.0 --- 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 5eb715d3..033b147a 100644 --- a/hezar/__init__.py +++ b/hezar/__init__.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.40.3" +__version__ = "0.41.0" diff --git a/pyproject.toml b/pyproject.toml index 6e70947d..8ff38ed7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "hezar" -version = "0.40.3" +version = "0.41.0" packages = [{ include = "hezar" }] description = "Hezar: The all-in-one AI library for Persian, supporting a wide variety of tasks and modalities!" license = "Apache-2.0"