Skip to content

Commit

Permalink
⬆️ chore: bump version to 0.2.1 and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoskys committed Jul 8, 2024
1 parent 9d4b7e5 commit 525a675
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 5 additions & 5 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
[project]
name = "fast-langdetect"
version = "0.2.0"
version = "0.2.1"
description = "Quickly detect text language and segment language"
authors = [
{ name = "sudoskys", email = "[email protected]" },
]
dependencies = [
"fasttext-wheel>=0.9.2",
"robust-downloader>=0.0.2",
"numpy>=1.26.4,<2.0.0",
"requests>=2.30.0",
]
requires-python = ">=3.9,<3.13"
readme = "README.md"
Expand Down

0 comments on commit 525a675

Please sign in to comment.