File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 0.5.0
1+ 0.5.1
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ def make_qt5_compatible():
2929 epilog = QT_HELP_TEXT ,
3030 formatter_class = argparse .RawDescriptionHelpFormatter )
3131
32- argp .add_argument ('--version' , action = 'version' , version = '%(prog)s 0.5.0 ' )
32+ argp .add_argument ('--version' , action = 'version' , version = '%(prog)s 0.5.1 ' )
3333
3434grp = argp .add_argument_group (title = 'Widgets' )
3535
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ def make_qt5_compatible():
2828 epilog = QT_HELP_TEXT ,
2929 formatter_class = argparse .RawDescriptionHelpFormatter )
3030
31- argp .add_argument ('--version' , action = 'version' , version = '%(prog)s 0.5.0 ' )
31+ argp .add_argument ('--version' , action = 'version' , version = '%(prog)s 0.5.1 ' )
3232
3333#ifeq QT_VERSION 0
3434grp = argp .add_argument_group (title = 'Qt version' )
You can’t perform that action at this time.
0 commit comments