Skip to content

Commit

Permalink
🔖 v0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arxyzan committed Dec 1, 2023
1 parent f472010 commit 1598900
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hezar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import warnings


__version__ = "0.33.2"
__version__ = "0.34.0"


def _warn_on_import(name: str, submodule: str):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "hezar"
version = "0.33.2"
version = "0.34.0"
packages = [{ include = "hezar" }]
description = "Hezar: The all-in-one AI library for Persian, supporting a wide variety of tasks and modalities!"
license = "MIT"
Expand Down

0 comments on commit 1598900

Please sign in to comment.