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 7a5afde commit 2513965Copy full SHA for 2513965
src/build/settings/base.json
@@ -1,6 +1,6 @@
1
{
2
"app_name": "Slice",
3
- "version": "0.1.1",
+ "version": "0.1.2",
4
"author": "Christopher Simpkins",
5
"main_module": "src/run.py",
6
"license": "GNU General Public License Version 3"
src/slice/__main__.py
@@ -56,7 +56,7 @@
56
)
57
from .ui.widgets import DragDropLineEdit
58
59
-__VERSION__ = "0.1.1"
+__VERSION__ = "0.1.2"
60
61
62
class MainWindow(QMainWindow):
0 commit comments