From 6197026d3930977192a5fdabc18e76e1aa15a803 Mon Sep 17 00:00:00 2001 From: jrobble Date: Thu, 21 Dec 2023 15:48:37 -0500 Subject: [PATCH] Update version numbers to 8.0. --- detection/api/setup.cfg | 2 +- detection/component_util/setup.cfg | 4 ++-- .../plugin-files/descriptor/descriptor.json | 4 ++-- detection/examples/PythonOcvComponent/setup.cfg | 6 +++--- .../examples/PythonTestComponent/descriptor/descriptor.json | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/detection/api/setup.cfg b/detection/api/setup.cfg index 0c1b5fc..343e378 100644 --- a/detection/api/setup.cfg +++ b/detection/api/setup.cfg @@ -26,7 +26,7 @@ [metadata] name = mpf_component_api -version = 7.2 +version = 8.0 description = OpenMPF Python Component API [options] diff --git a/detection/component_util/setup.cfg b/detection/component_util/setup.cfg index 89557f6..cb1c600 100644 --- a/detection/component_util/setup.cfg +++ b/detection/component_util/setup.cfg @@ -26,13 +26,13 @@ [metadata] name = mpf_component_util -version = 7.2 +version = 8.0 description = OpenMPF Python Component Utilities [options] packages = find: install_requires = - mpf_component_api>=7.2 + mpf_component_api>=8.0 opencv-python>=4.4.0 pydub diff --git a/detection/examples/PythonOcvComponent/plugin-files/descriptor/descriptor.json b/detection/examples/PythonOcvComponent/plugin-files/descriptor/descriptor.json index 924ed04..f7bcd7b 100644 --- a/detection/examples/PythonOcvComponent/plugin-files/descriptor/descriptor.json +++ b/detection/examples/PythonOcvComponent/plugin-files/descriptor/descriptor.json @@ -1,7 +1,7 @@ { "componentName": "PythonOcvComponent", - "componentVersion": "7.2", - "middlewareVersion": "7.2", + "componentVersion": "8.0", + "middlewareVersion": "8.0", "sourceLanguage": "python", "batchLibrary": "PythonOcvComponent", "environmentVariables": [], diff --git a/detection/examples/PythonOcvComponent/setup.cfg b/detection/examples/PythonOcvComponent/setup.cfg index ff39803..e05d8fe 100644 --- a/detection/examples/PythonOcvComponent/setup.cfg +++ b/detection/examples/PythonOcvComponent/setup.cfg @@ -26,13 +26,13 @@ [metadata] name = PythonOcvComponent -version = 7.2 +version = 8.0 [options] packages = ocv_component install_requires = - mpf_component_api>=7.2 - mpf_component_util>=7.2 + mpf_component_api>=8.0 + mpf_component_util>=8.0 [options.entry_points] mpf.exported_component = diff --git a/detection/examples/PythonTestComponent/descriptor/descriptor.json b/detection/examples/PythonTestComponent/descriptor/descriptor.json index da73d8e..255bf32 100644 --- a/detection/examples/PythonTestComponent/descriptor/descriptor.json +++ b/detection/examples/PythonTestComponent/descriptor/descriptor.json @@ -1,7 +1,7 @@ { "componentName": "PythonTestComponent", - "componentVersion": "7.2", - "middlewareVersion": "7.2", + "componentVersion": "8.0", + "middlewareVersion": "8.0", "sourceLanguage": "python", "batchLibrary": "${MPF_HOME}/plugins/PythonTestComponent/test_component.py", "environmentVariables": [],