From 8fcb2098cbcbf481cfe67e9636f72d114d615e8c Mon Sep 17 00:00:00 2001 From: Stephen Horvath Date: Tue, 16 Sep 2025 11:26:31 +1000 Subject: [PATCH] Release 0.5 --- pyproject.toml | 2 +- yafi/main.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 980f262..d0921f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "yafi" -version = "0.4" +version = "0.5" authors = [ { name="Steve-Tech" } ] diff --git a/yafi/main.py b/yafi/main.py index ccb2500..4497a2d 100644 --- a/yafi/main.py +++ b/yafi/main.py @@ -126,7 +126,7 @@ class YafiApplication(Adw.Application): developers=["Stephen Horvath"], issue_url="https://github.com/Steve-Tech/YAFI/issues", license_type=Gtk.License.GPL_2_0, - version="0.4", + version="0.5", website="https://github.com/Steve-Tech/YAFI", ) about.add_acknowledgement_section(None, ["Framework Computer Inc. https://frame.work/"])