Skip to content

Commit 6d2ea58

Browse files
committed
bump to v0.7.0
1 parent 7fb5035 commit 6d2ea58

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-dev2",
3+
"version": "0.7.0",
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-dev2"
62+
__VERSION__ = "0.7.0"
6363

6464

6565
class MainWindow(QMainWindow):

0 commit comments

Comments
 (0)