Skip to content

Commit c15eb79

Browse files
committed
bump version to 0.3.0
1 parent 0e20370 commit c15eb79

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

AppImageBuilder.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ script:
55
# Build wheel
66
- python3 setup.py bdist_wheel
77
# Install application dependencies
8-
- python3 -m pip install --ignore-installed --prefix=/usr --system --root=$PWD/AppDir dist/nmfu-0.3.0a2-py3-none-any.whl
8+
- python3 -m pip install --ignore-installed --prefix=/usr --system --root=$PWD/AppDir dist/nmfu-0.3.0-py3-none-any.whl
99

1010
AppDir:
1111
path: ./AppDir
@@ -14,7 +14,7 @@ AppDir:
1414
id: xyz.mm12.nmfu
1515
name: nmfu
1616
icon: utilities-terminal
17-
version: 0.3.0a2
17+
version: 0.3.0
1818
exec: usr/bin/python3
1919
exec_args: "$APPDIR/usr/bin/nmfu $@"
2020

nmfu.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
GNU General Public License for more details.
1919
"""
2020

21-
__version__ = "0.3.0a2"
21+
__version__ = "0.3.0"
2222

2323
import abc
2424
import enum

0 commit comments

Comments
 (0)