From b461680bc09596f4ea76892c155f4762f7ad7786 Mon Sep 17 00:00:00 2001 From: Jianqi Pan Date: Fri, 21 Feb 2025 15:06:17 +0900 Subject: [PATCH] version: v0.12.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d0f048f..96ae8f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "wdtagger" -version = "0.11.2" +version = "0.12.0" description = "A simple and easy-to-use wrapper for the tagger model created by [SmilingWolf](https://github.com/SmilingWolf) which is specifically designed for tagging anime illustrations." authors = [{ name = "Jianqi Pan", email = "jannchie@gmail.com" }] readme = "README.md"