mirror of
https://gitlab.com/Nanolx/qwad.git
synced 2024-11-21 18:19:18 +01:00
bump version to 0.7.1
This commit is contained in:
parent
4a9edff7ff
commit
7918f72c9a
@ -10,7 +10,7 @@ from PyQt4.QtCore import pyqtSignature
|
|||||||
from Ui_AboutQwad import Ui_Dialog
|
from Ui_AboutQwad import Ui_Dialog
|
||||||
|
|
||||||
def Version():
|
def Version():
|
||||||
return "0.7"
|
return "0.7.1"
|
||||||
def Author():
|
def Author():
|
||||||
return "Christopher Roy Bratusek <nano@tuxfamily.org>"
|
return "Christopher Roy Bratusek <nano@tuxfamily.org>"
|
||||||
|
|
||||||
|
2
Qwad.pyw
2
Qwad.pyw
@ -26,7 +26,7 @@ class MultipleOption(Option):
|
|||||||
else:
|
else:
|
||||||
Option.take_action(self, action, dest, opt, value, values, parser)
|
Option.take_action(self, action, dest, opt, value, values, parser)
|
||||||
|
|
||||||
VERSION = '0.7'
|
VERSION = '0.7.1'
|
||||||
|
|
||||||
def opts():
|
def opts():
|
||||||
description = """NUS-Downloader, WadManager and TMD-Viewer for Linux"""
|
description = """NUS-Downloader, WadManager and TMD-Viewer for Linux"""
|
||||||
|
Loading…
Reference in New Issue
Block a user