We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8c6ec0 commit 97aa0e2Copy full SHA for 97aa0e2
src/build/settings/base.json
@@ -1,6 +1,6 @@
1
{
2
"app_name": "Slice",
3
- "version": "0.7.0",
+ "version": "0.7.1",
4
"author": "Christopher Simpkins",
5
"main_module": "src/run.py",
6
"license": "GNU General Public License Version 3"
src/slice/__main__.py
@@ -59,7 +59,7 @@
59
)
60
from .ui.widgets import DragDropLineEdit
61
62
-__VERSION__ = "0.7.0"
+__VERSION__ = "0.7.1"
63
64
65
class MainWindow(QMainWindow):
0 commit comments