Skip to content

Commit 8fcb209

Browse files
committed
Release 0.5
1 parent 3c55f8f commit 8fcb209

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.4"
3+
version = "0.5"
44
authors = [
55
{ name="Steve-Tech" }
66
]

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.4",
129+
version="0.5",
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)