diff options
author | Jesús <heckyel@hyperbola.info> | 2019-12-15 17:00:16 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-12-15 17:00:16 -0500 |
commit | a8630ca62eb19759a1dabdcb6d3ec4c209e5f131 (patch) | |
tree | e7b713f0d1d705b54b0cad9097444e15bd864a9a | |
parent | 5fb2e56e4a15c221dade3c2b90bc2578222183f6 (diff) | |
download | hypervideo-gui-a8630ca62eb19759a1dabdcb6d3ec4c209e5f131.tar.lz hypervideo-gui-a8630ca62eb19759a1dabdcb6d3ec4c209e5f131.tar.xz hypervideo-gui-a8630ca62eb19759a1dabdcb6d3ec4c209e5f131.zip |
release 1.0.0
-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 6ae5f1a..34eb67d 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__ = '0.1' +__version__ = '1.0.0' __license__ = 'GPL-3' __title__ = 'Simple Hypervideo Download GUI' |