Skip to content

Commit

Permalink
Update version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
ch010060 committed Feb 1, 2023
1 parent 397368f commit 0330ddc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dlsite_renamer-cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def dir_path(path):
raise argparse.ArgumentTypeError(f"\"{path}\" is not a valid path!")

def process_command():
parser = argparse.ArgumentParser(description="Renamer for DLsite works v3.4")
parser = argparse.ArgumentParser(description="Renamer for DLsite works v3.5")
parser.add_argument('-d', "--DEL", action='store_true', help='delete string in 【】')
parser.add_argument('-c', "--COVER", action='store_true', help='download cover')
parser.add_argument('-r', "--RECUR", action='store_true', help='recursively processing')
Expand Down
2 changes: 1 addition & 1 deletion dlsite_renamer.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ def thread_it(func, *args):


root = tk.Tk() # 實例化object,建立視窗root
root.title('DLsite重命名工具 v3.3') # 給視窗的標題取名字
root.title('DLsite重命名工具 v3.5') # 給視窗的標題取名字
root.eval('tk::PlaceWindow . center')
root.geometry('350x450') # 設定視窗的大小(橫向 * 縱向)

Expand Down

0 comments on commit 0330ddc

Please sign in to comment.