From 9c07fbd880b6517e0e39b6ad69307aa0df522b9e Mon Sep 17 00:00:00 2001 From: pax Date: Sun, 5 Apr 2026 18:15:15 -0500 Subject: [PATCH] v0.1.8 --- installer.iss | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer.iss b/installer.iss index 2793638..1b38f4e 100644 --- a/installer.iss +++ b/installer.iss @@ -2,7 +2,7 @@ [Setup] AppName=booru-viewer -AppVersion=0.1.7 +AppVersion=0.1.8 AppPublisher=pax AppPublisherURL=https://git.pax.moe/pax/booru-viewer DefaultDirName={localappdata}\booru-viewer diff --git a/pyproject.toml b/pyproject.toml index 270fd8a..bd9e1b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "booru-viewer" -version = "0.1.7" +version = "0.1.8" description = "Local booru image browser with Qt6 GUI" requires-python = ">=3.11" dependencies = [