diff options
author | Jesús <heckyel@hyperbola.info> | 2020-03-03 20:12:28 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-03-03 20:12:28 -0500 |
commit | 6dbd6a67fb1deda60546a9c762f1683d40f10dd3 (patch) | |
tree | 38c2f24e63bbe209af2b834e473f24d0f73eb199 | |
parent | b1c4b00c2b315db56d3085556e0daf73a43e0a43 (diff) | |
download | hypervideo-gui-6dbd6a67fb1deda60546a9c762f1683d40f10dd3.tar.lz hypervideo-gui-6dbd6a67fb1deda60546a9c762f1683d40f10dd3.tar.xz hypervideo-gui-6dbd6a67fb1deda60546a9c762f1683d40f10dd3.zip |
Version 1.0.3
-rw-r--r-- | hypervideo_gui/main_ui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_gui/main_ui.py b/hypervideo_gui/main_ui.py index 9e85ba1..aa6cd64 100644 --- a/hypervideo_gui/main_ui.py +++ b/hypervideo_gui/main_ui.py @@ -36,7 +36,7 @@ if len(sys.argv) == 2: else: DEBUG = None -__version__ = '1.0.2' +__version__ = '1.0.3' __license__ = 'GPL-3' __title__ = 'Simple Hypervideo Download GUI' |