From 70f37b1ce388c4fcd65a02ae6302f1ae032ee760 Mon Sep 17 00:00:00 2001 From: Julian-Hochhaus# Date: Wed, 19 Jul 2023 10:51:38 +0200 Subject: [PATCH] increase version number, plan to use bumpver in the future --- Python/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/main.py b/Python/main.py index 6a85b39..10c59c1 100755 --- a/Python/main.py +++ b/Python/main.py @@ -84,7 +84,7 @@ def __init__(self): def initUI(self): self.fit_thread=FitThread(self) - self.version = 'LG4X: LMFit GUI for XPS curve fitting v2.0.4' + self.version = 'LG4X: LMFit GUI for XPS curve fitting v2.0.5' self.floating = '.3f' self.setGeometry(700, 500, 1600, 900) self.center()