Skip to content

Commit

Permalink
chore(pyproject): add name and version
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Jun 16, 2024
1 parent b0829b6 commit 4121a2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions maintenance_scripts/tag_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ sed -i -e "s/^Version: .*/Version: ${new_version}-1~themixproject~zesty/" packag
sed -i -e "s/^Version: .*/Version: ${new_version}-1~themixproject~cosmic/" packaging/ubuntu/control_1810
sed -i -e 's/"tag": ".*"/"tag": "'"${new_version}"'"/g' packaging/flatpak/com.github.themix_project.Oomox.json
sed -i -e 's/<release .*\/>/<release date="'"$(date +"%Y-%m-%d")"'" version="'"$new_version"'"\/>/g' packaging/com.github.themix_project.Oomox.appdata.xml
sed -i -e 's/^version = ".*"/version = "'"${new_version}"'"/g' pyproject.toml

echo
echo "??????????????????????????????????????????????????????????????????????"
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[project]
name = "oomox_gui"
version = "1.15.1"
requires-python = ">=3.10"

[tool.autopep8]
Expand Down

0 comments on commit 4121a2d

Please sign in to comment.