From b89baaae348de88e9eb09bcd95f21298e21778da Mon Sep 17 00:00:00 2001 From: pax Date: Tue, 7 Apr 2026 20:00:43 -0500 Subject: [PATCH] Bump version to 0.2.2 --- installer.iss | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer.iss b/installer.iss index 4d2cd7a..1f5e6ea 100644 --- a/installer.iss +++ b/installer.iss @@ -2,7 +2,7 @@ [Setup] AppName=booru-viewer -AppVersion=0.2.1 +AppVersion=0.2.2 AppPublisher=pax AppPublisherURL=https://git.pax.moe/pax/booru-viewer DefaultDirName={localappdata}\booru-viewer diff --git a/pyproject.toml b/pyproject.toml index 1f68299..f2e6eb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "booru-viewer" -version = "0.2.1" +version = "0.2.2" description = "Local booru image browser with Qt6 GUI" requires-python = ">=3.11" dependencies = [