From 11020b3566fe743b8f25c401d710abdc4d01f69d Mon Sep 17 00:00:00 2001 From: Kumi Date: Wed, 2 Oct 2024 11:25:50 +0200 Subject: [PATCH] chore: bump version to 0.1.5 Incremented version number to prepare for the new release, ensuring the changes made are properly reflected and versioned. This update helps maintain proper version tracking for future development and release cycles. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d76d9c3..9891392 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "wikimore" -version = "0.1.4" +version = "0.1.5" authors = [{ name = "Private.coffee Team", email = "support@private.coffee" }] description = "A simple frontend for Wikimedia wikis" readme = "README.md"