chore: bump version to 0.2.5

This commit is contained in:
tayf 2026-03-10 14:24:36 +02:00
parent c40cebcab6
commit 928b233817
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[project] [project]
name = "wiqaya" name = "wiqaya"
version = "0.2.4" version = "0.2.5"
description = "A Python library for multilingual profanity detection and filtering. It identifies and censors offensive or abusive words across multiple languages." description = "A Python library for multilingual profanity detection and filtering. It identifies and censors offensive or abusive words across multiple languages."
readme = "README.md" readme = "README.md"
license = {text = "MIT"} license = {text = "MIT"}

2
uv.lock generated
View file

@ -65,7 +65,7 @@ wheels = [
[[package]] [[package]]
name = "wiqaya" name = "wiqaya"
version = "0.2.4" version = "0.2.5"
source = { editable = "." } source = { editable = "." }
[package.dev-dependencies] [package.dev-dependencies]