diff --git a/pod5Viewer/pod5Viewer.py b/pod5Viewer/pod5Viewer.py index d1d770f..57b389c 100644 --- a/pod5Viewer/pod5Viewer.py +++ b/pod5Viewer/pod5Viewer.py @@ -198,7 +198,7 @@ def show_about(self): """ Displays a message box with information about the application. """ - about_text = f"
pod5view
v{__version__}


Author: Vincent Dietrich
Github: https://github.com/dietvin/pod5Viewer" + about_text = f"
pod5view
vv0.0.2{__version__}


Author: Vincent Dietrich
Github: https://github.com/dietvin/pod5Viewer" self.about_dialog.setText(about_text) self.about_dialog.exec()