From fa5442d5fd14a5bcf991bd50485957b8e5288a92 Mon Sep 17 00:00:00 2001 From: Stephen Horvath Date: Sun, 13 Apr 2025 15:30:04 +1000 Subject: [PATCH] Release 0.3 --- au.stevetech.yafi.json | 2 +- pyproject.toml | 2 +- yafi/main.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/au.stevetech.yafi.json b/au.stevetech.yafi.json index 514bc8d..e269ca2 100644 --- a/au.stevetech.yafi.json +++ b/au.stevetech.yafi.json @@ -41,7 +41,7 @@ ] }, "build-commands": [ - "pip3 install --prefix=${FLATPAK_DEST} --no-cache-dir \"cros_ec_python>=0.0.2\"" + "pip3 install --prefix=${FLATPAK_DEST} --no-cache-dir \"cros_ec_python>=0.0.4\"" ] } ] diff --git a/pyproject.toml b/pyproject.toml index 33a01e0..d998c05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "yafi" -version = "0.2" +version = "0.3" authors = [ { name="Steve-Tech" } ] diff --git a/yafi/main.py b/yafi/main.py index 0d656bb..ce6b187 100644 --- a/yafi/main.py +++ b/yafi/main.py @@ -121,7 +121,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.2", + version="0.3", website="https://github.com/Steve-Tech/YAFI", ) about.add_acknowledgement_section(None, ["Framework Computer Inc. https://frame.work/"])