From c6c8affae6c7a956e3ae491f3025d8cb2ae811af Mon Sep 17 00:00:00 2001 From: JE-Chen <33644111+JE-Chen@users.noreply.github.com> Date: Fri, 4 Apr 2025 00:34:34 +0800 Subject: [PATCH] Update stable and dev version Update stable and dev version --- dev.toml | 4 ++-- pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev.toml b/dev.toml index 52715ce..7f40547 100644 --- a/dev.toml +++ b/dev.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "automation_ide_dev" -version = "0.0.45" +version = "0.0.47" authors = [ { name = "JE-Chen", email = "jechenmailman@gmail.com" }, ] @@ -16,7 +16,7 @@ license-files = ["LICENSE"] dependencies = [ "je-editor", "je_auto_control", "je_web_runner", "je_load_density", "je_api_testka", "je-mail-thunder", - "automation-file", "PySide6==6.8.3", "test_pioneer" + "automation-file", "PySide6==6.9.0", "test_pioneer" ] classifiers = [ "Programming Language :: Python :: 3.9", diff --git a/pyproject.toml b/pyproject.toml index 325c7b6..f86abdb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "automation_ide" -version = "0.0.41" +version = "0.0.42" authors = [ { name = "JE-Chen", email = "jechenmailman@gmail.com" }, ] @@ -16,7 +16,7 @@ license-files = ["LICENSE"] dependencies = [ "je-editor", "je_auto_control", "je_web_runner", "je_load_density", "je_api_testka", "je-mail-thunder", - "automation-file", "PySide6==6.8.3", "test_pioneer" + "automation-file", "PySide6==6.9.0", "test_pioneer" ] classifiers = [ "Programming Language :: Python :: 3.9",