Change Version Name to 3.8 and fix some motherfuck error in git actions

This commit is contained in:
yoshiko2
2020-09-08 20:56:17 +08:00
parent ee7f14ef20
commit a2793e2723
3 changed files with 29 additions and 29 deletions

View File

@@ -116,7 +116,7 @@ def create_data_and_move_with_custom_number(file_path: str, c: config.Config, cu
if __name__ == '__main__':
version = '3.7.2'
version = '3.8'
# Parse command line args
single_file_path, config_file, custom_number = argparse_function()