From f6f1ca376721e9541cb716d751fcfbab76e9fbcc Mon Sep 17 00:00:00 2001 From: Maik Herbig Date: Thu, 1 Dec 2022 08:04:36 +0100 Subject: [PATCH] version number --- YouLabel/YouLabel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YouLabel/YouLabel.py b/YouLabel/YouLabel.py index e64eef6..53fc687 100644 --- a/YouLabel/YouLabel.py +++ b/YouLabel/YouLabel.py @@ -27,7 +27,7 @@ def _translate(context, text, disambig): def _translate(context, text, disambig): return QtWidgets.QApplication.translate(context, text, disambig) -__version__ = "0.2.6" #Python 3.7.10 Version +__version__ = "0.2.7" #Python 3.7.10 Version print("YouLabel Version: "+__version__) if sys.platform=="darwin":