diff --git a/detection/api/setup.cfg b/detection/api/setup.cfg index 343e378..2f934d8 100644 --- a/detection/api/setup.cfg +++ b/detection/api/setup.cfg @@ -26,7 +26,7 @@ [metadata] name = mpf_component_api -version = 8.0 +version = 9.0 description = OpenMPF Python Component API [options] diff --git a/detection/component_util/setup.cfg b/detection/component_util/setup.cfg index cb1c600..3d537ef 100644 --- a/detection/component_util/setup.cfg +++ b/detection/component_util/setup.cfg @@ -26,13 +26,13 @@ [metadata] name = mpf_component_util -version = 8.0 +version = 9.0 description = OpenMPF Python Component Utilities [options] packages = find: install_requires = - mpf_component_api>=8.0 + mpf_component_api>=9.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 f7bcd7b..76f0600 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": "8.0", - "middlewareVersion": "8.0", + "componentVersion": "9.0", + "middlewareVersion": "9.0", "sourceLanguage": "python", "batchLibrary": "PythonOcvComponent", "environmentVariables": [], diff --git a/detection/examples/PythonOcvComponent/setup.cfg b/detection/examples/PythonOcvComponent/setup.cfg index e05d8fe..763d17b 100644 --- a/detection/examples/PythonOcvComponent/setup.cfg +++ b/detection/examples/PythonOcvComponent/setup.cfg @@ -26,13 +26,13 @@ [metadata] name = PythonOcvComponent -version = 8.0 +version = 9.0 [options] packages = ocv_component install_requires = - mpf_component_api>=8.0 - mpf_component_util>=8.0 + mpf_component_api>=9.0 + mpf_component_util>=9.0 [options.entry_points] mpf.exported_component = diff --git a/detection/examples/PythonTestComponent/descriptor/descriptor.json b/detection/examples/PythonTestComponent/descriptor/descriptor.json index 255bf32..37fa664 100644 --- a/detection/examples/PythonTestComponent/descriptor/descriptor.json +++ b/detection/examples/PythonTestComponent/descriptor/descriptor.json @@ -1,7 +1,7 @@ { "componentName": "PythonTestComponent", - "componentVersion": "8.0", - "middlewareVersion": "8.0", + "componentVersion": "9.0", + "middlewareVersion": "9.0", "sourceLanguage": "python", "batchLibrary": "${MPF_HOME}/plugins/PythonTestComponent/test_component.py", "environmentVariables": [], diff --git a/detection/nlp_text_splitter/pyproject.toml b/detection/nlp_text_splitter/pyproject.toml index 31583a6..0e87735 100644 --- a/detection/nlp_text_splitter/pyproject.toml +++ b/detection/nlp_text_splitter/pyproject.toml @@ -30,7 +30,7 @@ build-backend = "setuptools.build_meta" [project] name = "nlp_text_splitter" -version = "8.0" +version = "9.0" dependencies = [ "spacy>=3.7.4", "wtpsplit>=1.3.0"