From 928b23381703542765948ccba331212b110b9072 Mon Sep 17 00:00:00 2001 From: tayf <144544047+be-at@users.noreply.github.com> Date: Tue, 10 Mar 2026 14:24:36 +0200 Subject: [PATCH] chore: bump version to 0.2.5 --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 908951d..e703f32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] 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." readme = "README.md" license = {text = "MIT"} diff --git a/uv.lock b/uv.lock index 8ba863a..80bfde8 100644 --- a/uv.lock +++ b/uv.lock @@ -65,7 +65,7 @@ wheels = [ [[package]] name = "wiqaya" -version = "0.2.4" +version = "0.2.5" source = { editable = "." } [package.dev-dependencies]