Skip to content

Commit

Permalink
Increase the package version
Browse files Browse the repository at this point in the history
  • Loading branch information
AliOsm committed Aug 25, 2023
1 parent 1758b84 commit a98c8aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions colab_notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a98c8aa

Please sign in to comment.