From af0d8facb84119fd9b5d5b7367c9bc03d96c3aec Mon Sep 17 00:00:00 2001 From: pax Date: Sat, 11 Apr 2026 16:43:57 -0500 Subject: [PATCH] bump version to 0.2.6 --- installer.iss | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer.iss b/installer.iss index b562ed2..9a4204e 100644 --- a/installer.iss +++ b/installer.iss @@ -2,7 +2,7 @@ [Setup] AppName=booru-viewer -AppVersion=0.2.5 +AppVersion=0.2.6 AppPublisher=pax AppPublisherURL=https://git.pax.moe/pax/booru-viewer DefaultDirName={localappdata}\booru-viewer diff --git a/pyproject.toml b/pyproject.toml index aeff8b9..3646717 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "booru-viewer" -version = "0.2.5" +version = "0.2.6" description = "Local booru image browser with Qt6 GUI" requires-python = ">=3.11" dependencies = [