From 54a4bf1274796596518541536e20e76f9be573cb Mon Sep 17 00:00:00 2001 From: OleSTEEP Date: Tue, 18 Feb 2025 23:41:11 +0300 Subject: [PATCH] Set module version as 2.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a195225..01df088 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ unrenapk = "unrenapk.application:launch" [project] name = "vntools" -version = "2.0-dev" +version = "2.0.0" requires-python = ">= 3.11" dependencies = [ "Pillow>=10.3.0",