From e4abd30eacd8376db2e387cefe266d6542f6852e Mon Sep 17 00:00:00 2001 From: Artiom Khandamirov Date: Sat, 23 May 2026 14:36:40 +0300 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bcc9a6f..293b5a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "wiki_tool_python" -version = "0.3.1" +version = "0.3.2" description = "Script to perform tasks with websites on MediaWiki engine using API" authors = [{ name = "Artiom Khandamirov", email = "t9max@yandex.ru" }] requires-python = ">=3.12,<4" diff --git a/uv.lock b/uv.lock index 6999c7b..4dc9bd2 100644 --- a/uv.lock +++ b/uv.lock @@ -370,7 +370,7 @@ wheels = [ [[package]] name = "wiki-tool-python" -version = "0.3.1" +version = "0.3.2" source = { editable = "." } dependencies = [ { name = "click" },