From 1f04dab9155c32059703359626f9019a98217a4d Mon Sep 17 00:00:00 2001 From: Jianqi Pan Date: Tue, 26 Nov 2024 22:56:46 +0900 Subject: [PATCH] version: v0.11.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 26509a2..1f9ae4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "wdtagger" -version = "0.11.0" +version = "0.11.1" 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"