diff --git a/colab_notebook.ipynb b/colab_notebook.ipynb index 50b05e1..bd9b9b2 100644 --- a/colab_notebook.ipynb +++ b/colab_notebook.ipynb @@ -69,8 +69,7 @@ "print('جارٍ تجهيز بيئة العمل.')\n", "\n", "# Setup Tafrigh.\n", - "%pip uninstall -y tafrigh\n", - "%pip install -U tafrigh[wit,whisper]==1.0.1 -qqq\n", + "%pip install -U tafrigh[wit,whisper]==1.1.0 > install_logs.txt\n", "\n", "# Get inputs.\n", "\n", diff --git a/pyproject.toml b/pyproject.toml index 28a192c..26fb339 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta" [project] name = "tafrigh" -version = "1.0.1" -description = "تفريغ النصوص وإنشاء ملفات SRT و VTT باستخدام نماذج Whisper وتقنية OpenAI." +version = "1.1.0" +description = "تفريغ النصوص وإنشاء ملفات SRT و VTT باستخدام نماذج Whisper وتقنية wit.ai." readme = "README.md" license = { file = "LICENSE" } requires-python = ">=3.9"