bump version to 0.2.2
This commit is contained in:
parent
7a8e0f2d84
commit
8caaaa6675
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "wiqaya"
|
||||
version = "0.2.0"
|
||||
version = "0.2.2"
|
||||
description = "A Python library for multilingual profanity detection and filtering. It identifies and censors offensive or abusive words across multiple languages."
|
||||
readme = "README.md"
|
||||
license = {text = "MIT"}
|
||||
|
|
@ -20,4 +20,4 @@ dev = [
|
|||
]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
wiqaya = ["data/*.txt"]
|
||||
wiqaya = ["data/*.txt"]
|
||||
|
|
|
|||
2
uv.lock
generated
2
uv.lock
generated
|
|
@ -65,7 +65,7 @@ wheels = [
|
|||
|
||||
[[package]]
|
||||
name = "wiqaya"
|
||||
version = "0.2.0"
|
||||
version = "0.2.2"
|
||||
source = { editable = "." }
|
||||
|
||||
[package.dev-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue