File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ keywords:
1919 - GUI
2020 - Python
2121license : MIT
22- version : 23.1.1
22+ version : 23.1.2
2323date-released : ' 2023-03-25'
Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = "topasgraphsim" ,
8- version = "23.1.1 " ,
8+ version = "23.1.2 " ,
99 author = "Sebastian Schäfer" ,
10101111 description = "GUI to analyze the results of a Monte-Carlo radiation simulation" ,
Original file line number Diff line number Diff line change 99class CheckForUpdates :
1010 def __init__ (self ):
1111
12- currentVersion = "23.1.1 "
12+ currentVersion = "23.1.2 "
1313 try :
1414 newestVersion = requests .get (
1515 "https://api.github.com/repos/sebasj13/topasgraphsim/releases/latest"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ def __init__(self):
2525 super ().__init__ ()
2626
2727 self .appname = "TopasGraphSim"
28- self .version = "23.1.1 "
28+ self .version = "23.1.2 "
2929 self .author = "Sebastian Schäfer"
3030 self .affiliation = "UK Halle\n MLU Halle-Wittenberg\n UK Hamburg-Eppendorf"
3131 self .title (f"{ self .appname } - v.{ self .version } " )
You can’t perform that action at this time.
0 commit comments