mirror of
https://github.com/wiltodelta/remove-ai-watermarks.git
synced 2026-08-10 16:10:33 +02:00
Release 0.26.0
Updates the three version sources the release doc names -- `pyproject.toml`, `__init__.py`, and the root package entry in `uv.lock` -- and carries the marker simplifications uv produced when it re-resolved the lock. The release itself is not started here: the tag, push, and GitHub Release are the remaining steps, and PyPI publishing triggers on the published Release rather than on a tag push. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5
parent
bebff368fc
commit
b5da0510c9
@@ -32,7 +32,7 @@ _os.environ.setdefault("TRANSFORMERS_VERBOSITY", "error")
|
||||
_warnings.filterwarnings("ignore", message=r".*ImageProcessorFast.*")
|
||||
|
||||
|
||||
__version__ = "0.25.0"
|
||||
__version__ = "0.26.0"
|
||||
|
||||
__all__ = [
|
||||
"BatchSummary",
|
||||
|
||||
Reference in New Issue
Block a user