Skip to content

Commit

Permalink
increase version number, plan to use bumpver in the future
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian-Hochhaus committed Jul 19, 2023
1 parent 0857169 commit 70f37b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 70f37b1

Please sign in to comment.