Skip to content

Commit eb10c16

Browse files
committed
🚀 feat(pyproject): bump version to 0.1.1 and update requires-python to >=3.9,<3.13
- Update version number in pyproject.toml - Update requires-python version range in pyproject.toml
1 parent 89c430c commit eb10c16

File tree

2 files changed

+63
-60
lines changed

2 files changed

+63
-60
lines changed

pdm.lock

Lines changed: 58 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fast-langdetect"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Quickly detect text language and segment language"
55
authors = [
66
{ name = "sudoskys", email = "coldlando@hotmail.com" },
@@ -9,8 +9,9 @@ dependencies = [
99
"fasttext-wheel>=0.9.2",
1010
"requests>=2.31.0",
1111
"robust-downloader>=0.0.2",
12+
"numpy>=1.26.4,<2.0.0",
1213
]
13-
requires-python = ">=3.8,<3.12"
14+
requires-python = ">=3.9,<3.13"
1415
readme = "README.md"
1516
license = { text = "MIT" }
1617

@@ -19,9 +20,9 @@ requires = ["pdm-backend"]
1920
build-backend = "pdm.backend"
2021

2122

22-
[tool.pdm]
23-
package-type = "library"
2423

24+
[tool.pdm]
25+
distribution = true
2526
[tool.pdm.dev-dependencies]
2627
dev = [
2728
"pytest>=7.4.4",

0 commit comments

Comments
 (0)