aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-01-29 21:14:03 -0700
committerMelody Horn <melody@boringcactus.com>2021-01-29 21:14:03 -0700
commit93c9bc41742d682e8736cb61726a8c1e201e9cb4 (patch)
treeced7140f4d0efe3c5a8f5b922c48a61bbadeaf26
parent41bbdb6cec04391a7157bd6787bac1940973d837 (diff)
downloadvidslice-93c9bc41742d682e8736cb61726a8c1e201e9cb4.tar.gz
vidslice-93c9bc41742d682e8736cb61726a8c1e201e9cb4.zip
bump version number to 1.7
-rw-r--r--vidslice/__main__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/vidslice/__main__.py b/vidslice/__main__.py
index f85a362..f8d4dd8 100644
--- a/vidslice/__main__.py
+++ b/vidslice/__main__.py
@@ -11,7 +11,7 @@ from output import OutputPanel
from preview import PreviewPanel
from sources import SourcesPanel, update_ytdl
-VERSION = "1.6"
+VERSION = "1.7"
def check_update(parent):