diff options
author | Jesús <heckyel@hyperbola.info> | 2019-12-15 21:47:05 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-12-15 21:47:05 -0500 |
commit | ec1398947d647158e5e6fd15ee106247b06f2174 (patch) | |
tree | 71854018a130182b877e63554f0040e74a36222a | |
parent | 780d4aee1f83a65e257be35acd942cb5c293f486 (diff) | |
download | hypervideo-gui-ec1398947d647158e5e6fd15ee106247b06f2174.tar.lz hypervideo-gui-ec1398947d647158e5e6fd15ee106247b06f2174.tar.xz hypervideo-gui-ec1398947d647158e5e6fd15ee106247b06f2174.zip |
new release 1.0.1
-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 5bbcace..b278190 100644 --- a/hypervideo_gui/main_ui.py +++ b/hypervideo_gui/main_ui.py @@ -42,7 +42,7 @@ if len(sys.argv) == 2: else: DEBUG = None -__version__ = '1.0.0' +__version__ = '1.0.1' __license__ = 'GPL-3' __title__ = 'Simple Hypervideo Download GUI' |