From 8caaaa6675b5c99c04bd879d32d5b755f3ca6b39 Mon Sep 17 00:00:00 2001 From: tayf <144544047+be-at@users.noreply.github.com> Date: Sun, 8 Mar 2026 17:25:10 +0200 Subject: [PATCH] bump version to 0.2.2 --- pyproject.toml | 4 ++-- uv.lock | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9516f58..6072f99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"] \ No newline at end of file +wiqaya = ["data/*.txt"] diff --git a/uv.lock b/uv.lock index deda4db..470e16d 100644 --- a/uv.lock +++ b/uv.lock @@ -65,7 +65,7 @@ wheels = [ [[package]] name = "wiqaya" -version = "0.2.0" +version = "0.2.2" source = { editable = "." } [package.dev-dependencies]