Skip to content

Commit

Permalink
Updated about message
Browse files Browse the repository at this point in the history
  • Loading branch information
dietvin committed Jun 10, 2024
1 parent 4dbfba0 commit b287251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pod5Viewer/pod5Viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def show_about(self):
"""
Displays a message box with information about the application.
"""
about_text = f"<center><b>pod5view</b><br>v{__version__}</center><br><br>Author: Vincent Dietrich<br>Github: https://github.com/dietvin/pod5Viewer</center>"
about_text = f"<center><b>pod5view</b><br>vv0.0.2{__version__}</center><br><br>Author: Vincent Dietrich<br>Github: https://github.com/dietvin/pod5Viewer</center>"
self.about_dialog.setText(about_text)
self.about_dialog.exec()

Expand Down

0 comments on commit b287251

Please sign in to comment.