-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6dcb1bd
commit e34683c
Showing
4 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
# Created Date: Monday, May 4th 2020, 3:06:41 pm | ||
# Author: Allenyl([email protected]>) | ||
# ----- | ||
# Last Modified: Friday, September 15th 2023, 2:38:33 pm | ||
# Last Modified: Friday, September 15th 2023, 2:57:01 pm | ||
# Modified By: Allenyl([email protected]) | ||
# ----- | ||
# Copyright 2018 - 2020 Allenyl Copyright, Allenyl Company | ||
|
@@ -253,7 +253,7 @@ def newOnClose(self, *args, **kwargs): | |
|
||
# navigation option must be upper cased 'TABBED', instead of 'Tabbed' | ||
@Gooey( | ||
program_name="DataTag Helper (標註轉檔小幫手) v0.8.9", | ||
program_name="DataTag Helper (標註轉檔小幫手) v0.9.0", | ||
navigation="TABBED", | ||
tabbed_groups=False, | ||
default_size=(525, 670), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.portray] | ||
name = "DataTag_helper" | ||
version = "0.8.9" | ||
version = "v0.9.0" | ||
description = "" | ||
authors = ["Allen Lee <[email protected]>"] | ||
license = "MIT" | ||
|