Skip to content

Commit 125c062

Browse files
authored
Merge pull request #121 from Integration-Automation/dev
Dev
2 parents b0999e5 + e7d6900 commit 125c062

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

dev.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "je_api_testka_dev"
9-
version = "0.0.119"
9+
version = "0.0.122"
1010
authors = [
1111
{ name = "JE-Chen", email = "jechenmailman@gmail.com" },
1212
]

je_api_testka/gui/main_window.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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())

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "je_api_testka"
9-
version = "0.0.130"
9+
version = "0.0.131"
1010
authors = [
1111
{ name = "JE-Chen", email = "jechenmailman@gmail.com" },
1212
]

0 commit comments

Comments
 (0)