Skip to content

Commit fa5442d

Browse files
committed
Release 0.3
1 parent 09f072a commit fa5442d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.2\""
44+
"pip3 install --prefix=${FLATPAK_DEST} --no-cache-dir \"cros_ec_python>=0.0.4\""
4545
]
4646
}
4747
]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "yafi"
3-
version = "0.2"
3+
version = "0.3"
44
authors = [
55
{ name="Steve-Tech" }
66
]

yafi/main.py

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

0 commit comments

Comments
 (0)