v0.2.1: Code review fixes, platform-neutral docs

- Fix f-string logging → %-style (face_protector, invisible_engine)
- Fix logger name: hardcoded string → __name__
- Add module docstrings to humanizer.py, face_protector.py
- Break long warning string into multiple lines (PEP 8)
- Make docs platform-neutral (macOS/Linux/Windows)
- Rename 'optional' → 'additional setup' in README
This commit is contained in:
test-user
2026-03-25 12:19:29 -07:00
parent 636d11a65e
commit 2152ebcd32
9 changed files with 734 additions and 9 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "remove-ai-watermarks"
version = "0.2.0"
version = "0.2.1"
description = "Unified tool for removing visible and invisible AI watermarks from images"
readme = "README.md"
requires-python = ">=3.10"