Skip to content

Commit

Permalink
bump version to 0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mincrmatt12 committed Sep 8, 2024
1 parent 0c0362b commit bb113a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ script:
# Build wheel
- python3 setup.py bdist_wheel
# Install application dependencies
- python3 -m pip install --ignore-installed --prefix=/usr --system --root=$PWD/AppDir dist/nmfu-0.5.6-py3-none-any.whl
- python3 -m pip install --ignore-installed --prefix=/usr --system --root=$PWD/AppDir dist/nmfu-0.5.7-py3-none-any.whl

AppDir:
path: ./AppDir
Expand All @@ -14,7 +14,7 @@ AppDir:
id: xyz.mm12.nmfu
name: nmfu
icon: utilities-terminal
version: 0.5.6
version: 0.5.7
exec: usr/bin/python3
exec_args: "$APPDIR/usr/bin/nmfu $@"

Expand Down
2 changes: 1 addition & 1 deletion nmfu.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
GNU General Public License for more details.
"""

__version__ = "0.5.6"
__version__ = "0.5.7"

import abc
import enum
Expand Down

0 comments on commit bb113a1

Please sign in to comment.