Version change

This commit is contained in:
Olivier Keshavjee 2016-02-08 22:10:16 +01:00
parent 6378ca7e64
commit 0714d36dcd

View file

@ -7,7 +7,7 @@ from PyQt5.QtCore import QLocale, QTranslator, QSettings
from PyQt5.QtWidgets import QApplication
from .functions import *
_version = "0.1"
_version = "0.1.1"
faulthandler.enable()