Skip to content

Commit

Permalink
Release 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsie committed Oct 2, 2023
1 parent 24a5e67 commit ae2f05f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release Process

export release_ver="0.4.2"
export release_ver="0.4.3"
git commit -a -m "Release ${release_ver}"
git tag -s -f -m "Release ${release_ver}" "${release_ver}"
make pkg
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="uswid",
version="0.4.2",
version="0.4.3",
license="LGPL-2.1-or-later",
license_files=[
"LICENSE",
Expand Down

0 comments on commit ae2f05f

Please sign in to comment.