From f62fd070cacb90e2ee21bf80cc83d75e92847334 Mon Sep 17 00:00:00 2001 From: arxyzan Date: Sun, 7 Jul 2024 12:09:04 +0330 Subject: [PATCH] :bookmark: Release v0.40.1 --- 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 cbd52073..7be24613 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.0" +__version__ = "0.40.1" diff --git a/pyproject.toml b/pyproject.toml index e748e36d..0e82b4cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "hezar" -version = "0.40.0" +version = "0.40.1" 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"