From 923c06a3f1c7a99ff7b7c981189f400e64f6f59f Mon Sep 17 00:00:00 2001 From: Stephen Horvath Date: Sat, 6 Sep 2025 12:07:34 +1000 Subject: [PATCH] Release 0.4 --- au.stevetech.yafi.json | 2 +- pyproject.toml | 6 +++--- yafi/main.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/au.stevetech.yafi.json b/au.stevetech.yafi.json index e269ca2..3ccbd48 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.4\"" + "pip3 install --prefix=${FLATPAK_DEST} --no-cache-dir \"cros_ec_python>=0.2.0\"" ] } ] diff --git a/pyproject.toml b/pyproject.toml index d998c05..980f262 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "yafi" -version = "0.3" +version = "0.4" authors = [ { name="Steve-Tech" } ] @@ -8,11 +8,11 @@ description = "Yet Another Framework Interface" readme = "README.md" requires-python = ">=3.10" dependencies = [ - "cros_ec_python >= 0.0.4", + "cros_ec_python >= 0.2.0", "PyGObject" ] classifiers = [ - "Development Status :: 2 - Pre-Alpha", + "Development Status :: 3 - Alpha", "Intended Audience :: End Users/Desktop", "Programming Language :: Python :: 3", "Operating System :: POSIX :: Linux", diff --git a/yafi/main.py b/yafi/main.py index 95293de..4b0c152 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.3", + version="0.4", website="https://github.com/Steve-Tech/YAFI", ) about.add_acknowledgement_section(None, ["Framework Computer Inc. https://frame.work/"])