We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87af9fb commit f866844Copy full SHA for f866844
src/build/settings/base.json
@@ -1,6 +1,6 @@
1
{
2
"app_name": "Slice",
3
- "version": "0.5.1",
+ "version": "0.6.0",
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.5.1"
+__VERSION__ = "0.6.0"
63
64
65
class MainWindow(QMainWindow):
0 commit comments