Skip to content

Commit 97aa0e2

Browse files
committed
bump v0.7.1
1 parent c8c6ec0 commit 97aa0e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/build/settings/base.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"app_name": "Slice",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"author": "Christopher Simpkins",
55
"main_module": "src/run.py",
66
"license": "GNU General Public License Version 3"

src/slice/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
)
6060
from .ui.widgets import DragDropLineEdit
6161

62-
__VERSION__ = "0.7.0"
62+
__VERSION__ = "0.7.1"
6363

6464

6565
class MainWindow(QMainWindow):

0 commit comments

Comments
 (0)