Commit 75815f0 1 parent 34d7d7a commit 75815f0 Copy full SHA for 75815f0
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
# Build wheel
6
6
- python3 setup.py bdist_wheel
7
7
# Install application dependencies
8
- - python3 -m pip install --ignore-installed --prefix=/usr --system --root=$PWD/AppDir dist/nmfu-0.4.1 -py3-none-any.whl
8
+ - python3 -m pip install --ignore-installed --prefix=/usr --system --root=$PWD/AppDir dist/nmfu-0.5.0a1 -py3-none-any.whl
9
9
10
10
AppDir :
11
11
path : ./AppDir
@@ -14,7 +14,7 @@ AppDir:
14
14
id : xyz.mm12.nmfu
15
15
name : nmfu
16
16
icon : utilities-terminal
17
- version : 0.4.1
17
+ version : 0.5.0a1
18
18
exec : usr/bin/python3
19
19
exec_args : " $APPDIR/usr/bin/nmfu $@"
20
20
Original file line number Diff line number Diff line change 18
18
GNU General Public License for more details.
19
19
"""
20
20
21
- __version__ = "0.4.1 "
21
+ __version__ = "0.5.0a1 "
22
22
23
23
import abc
24
24
import enum
You can’t perform that action at this time.
0 commit comments