aboutsummaryrefslogtreecommitdiffstats
path: root/muddle/__main__.py
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2022-11-16 22:59:29 +0100
committerNao Pross <np@0hm.ch>2022-11-16 22:59:29 +0100
commitb43e95c6780c49d2b88ab1dbea613ce9ab32798d (patch)
tree01a02bf3c3e3e4cc379fa398ec6e69314c4f02ce /muddle/__main__.py
parentUpdate to PyQt6 (diff)
downloadMuddle-b43e95c6780c49d2b88ab1dbea613ce9ab32798d.tar.gz
Muddle-b43e95c6780c49d2b88ab1dbea613ce9ab32798d.zip
Fix regression from upgrade to PyQt6
Diffstat (limited to 'muddle/__main__.py')
-rw-r--r--muddle/__main__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/muddle/__main__.py b/muddle/__main__.py
index 25b243a..389bb60 100644
--- a/muddle/__main__.py
+++ b/muddle/__main__.py
@@ -102,7 +102,7 @@ config["runtime_data"]["config_path"] = str(config_file)
if args.version:
print(f"""Version {MUDDLE_VERSION}
-Muddle Copyright (C) 2020-2021 Nao Pross <np@0hm.ch>
+Muddle Copyright (C) 2020-2023 Nao Pross <np@0hm.ch>
This program comes with ABSOLUTELY NO WARRANTY; This is free software, and you
are welcome to redistribute it under certain conditions; see LICENSE.txt for