Skip to content

Commit 923c06a

Browse files
committed
Release 0.4
1 parent 4aa1570 commit 923c06a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

au.stevetech.yafi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
]
4242
},
4343
"build-commands": [
44-
"pip3 install --prefix=${FLATPAK_DEST} --no-cache-dir \"cros_ec_python>=0.0.4\""
44+
"pip3 install --prefix=${FLATPAK_DEST} --no-cache-dir \"cros_ec_python>=0.2.0\""
4545
]
4646
}
4747
]

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[project]
22
name = "yafi"
3-
version = "0.3"
3+
version = "0.4"
44
authors = [
55
{ name="Steve-Tech" }
66
]
77
description = "Yet Another Framework Interface"
88
readme = "README.md"
99
requires-python = ">=3.10"
1010
dependencies = [
11-
"cros_ec_python >= 0.0.4",
11+
"cros_ec_python >= 0.2.0",
1212
"PyGObject"
1313
]
1414
classifiers = [
15-
"Development Status :: 2 - Pre-Alpha",
15+
"Development Status :: 3 - Alpha",
1616
"Intended Audience :: End Users/Desktop",
1717
"Programming Language :: Python :: 3",
1818
"Operating System :: POSIX :: Linux",

yafi/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def on_about_action(self, *args):
126126
developers=["Stephen Horvath"],
127127
issue_url="https://github.com/Steve-Tech/YAFI/issues",
128128
license_type=Gtk.License.GPL_2_0,
129-
version="0.3",
129+
version="0.4",
130130
website="https://github.com/Steve-Tech/YAFI",
131131
)
132132
about.add_acknowledgement_section(None, ["Framework Computer Inc. https://frame.work/"])

0 commit comments

Comments
 (0)