diff --git a/hezar/__init__.py b/hezar/__init__.py index 7be24613..1ce4ba3f 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.1" +__version__ = "0.40.2" diff --git a/pyproject.toml b/pyproject.toml index 0e82b4cc..bfd90d8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "hezar" -version = "0.40.1" +version = "0.40.2" 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"