diff --git a/GUI/AboutQwad.py b/GUI/AboutQwad.py index c398d17..a26df80 100644 --- a/GUI/AboutQwad.py +++ b/GUI/AboutQwad.py @@ -10,7 +10,7 @@ from PyQt4.QtCore import pyqtSignature from Ui_AboutQwad import Ui_Dialog def Version(): - return "0.7" + return "0.7.1" def Author(): return "Christopher Roy Bratusek " diff --git a/Qwad.pyw b/Qwad.pyw index 0465f3e..2576928 100644 --- a/Qwad.pyw +++ b/Qwad.pyw @@ -26,7 +26,7 @@ class MultipleOption(Option): else: Option.take_action(self, action, dest, opt, value, values, parser) -VERSION = '0.7' +VERSION = '0.7.1' def opts(): description = """NUS-Downloader, WadManager and TMD-Viewer for Linux"""