bump version to 0.7.1

This commit is contained in:
Christopher Roy Bratusek 2013-06-17 18:30:25 +02:00
parent 4a9edff7ff
commit 7918f72c9a
2 changed files with 2 additions and 2 deletions

View File

@ -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 <nano@tuxfamily.org>"

View File

@ -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"""