Skip to content

Commit 78d8952

Browse files
author
Mirko Brombin
committed
Fix wrong version in the about dialog
1 parent 174d957 commit 78d8952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atoms/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def on_about_action(self, *args):
6262
license='gpl-3.0-only',
6363
website='https://github.com/mirkobrombin/Atoms',
6464
issue_url='https://github.com/mirkobrombin/Atoms/issues',
65-
version='0.0.5',
65+
version='1.0.3',
6666
developers=['Mirko Brombin https://github.com/mirkobrombin/'],
6767
artists=['Allaeddine Boulefaat https://github.com/allaeddineomc'],
6868
copyright='© 2022 Mirko Brombin')

0 commit comments

Comments
 (0)