Skip to content

Commit

Permalink
🔖 Release v0.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arxyzan committed Jun 1, 2024
1 parent 2304631 commit 068efe7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hezar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.37.0"
__version__ = "0.38.0"
6 changes: 3 additions & 3 deletions 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.37.0"
version = "0.38.0"
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"
Expand All @@ -17,9 +17,9 @@ keywords = ["packaging", "poetry"]
documentation = "https://hezarai.github.io/hezar/"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Intended Audience :: Developers",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Software Development :: Libraries :: Python Modules"
Expand Down Expand Up @@ -63,7 +63,7 @@ all = ["numpy", "gensim", "seqeval", "jiwer", "soundfile", "librosa", "pillow",

[tool.black]
line-length = 120
target-version = ['py39', 'py310', 'py311']
target-version = ['py310', 'py311', 'py312']

[tool.ruff]
ignore = ["C901", "E501", "E741", "W605", "F403", "F405"]
Expand Down

0 comments on commit 068efe7

Please sign in to comment.