File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed
Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
77[project ]
88name = " je_api_testka_dev"
9- version = " 0.0.119 "
9+ version = " 0.0.122 "
1010authors = [
1111 { name = " JE-Chen" , email = " jechenmailman@gmail.com" },
1212]
Original file line number Diff line number Diff line change @@ -22,11 +22,3 @@ def __init__(self):
2222 self .apply_stylesheet (self , "dark_amber.xml" )
2323 self .api_testka_widget = APITestkaWidget ()
2424 self .setCentralWidget (self .api_testka_widget )
25-
26-
27-
28- if __name__ == "__main__" :
29- app = QApplication (sys .argv )
30- window = APITestkaUI ()
31- window .show ()
32- sys .exit (app .exec ())
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
77[project ]
88name = " je_api_testka"
9- version = " 0.0.130 "
9+ version = " 0.0.131 "
1010authors = [
1111 { name = " JE-Chen" , email = " jechenmailman@gmail.com" },
1212]
You can’t perform that action at this time.
0 commit comments