Skip to content

Commit

Permalink
Update to Version 18.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasj13 committed Feb 16, 2022
1 parent d63c907 commit 058f136
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="topasgraphsim",
version="18.0.2",
version="18.1.0",
author="Sebastian Schäfer",
author_email="[email protected]",
description="GUI to plot the results of a topas simulation",
Expand Down
2 changes: 1 addition & 1 deletion topasgraphsim/src/classes/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class CheckForUpdates:
def __init__(self):

currentVersion = "18.0.2"
currentVersion = "18.1.0"
try:
newestVersion = requests.get(
"https://api.github.com/repos/sebasj13/topasgraphsim/releases/latest"
Expand Down
2 changes: 1 addition & 1 deletion topasgraphsim/src/resources/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def __init__(self, parent, lang, mode):
"de": "TopasGraphSim\n\nAutor: Sebastian Schäfer",
"en": "TopasGraphSim\n\nAuthor: Sebastian Schäfer",
}
version = {"de": "Version: 18.0.2\n ", "en": "Version: 18.0.2\n "}
version = {"de": "Version: 18.1.0\n ", "en": "Version: 18.1.0\n "}

if mode == True:
pic = "light"
Expand Down

0 comments on commit 058f136

Please sign in to comment.