diff --git a/detection/api/setup.cfg b/detection/api/setup.cfg index 973b07b..2861bd9 100644 --- a/detection/api/setup.cfg +++ b/detection/api/setup.cfg @@ -26,7 +26,7 @@ [metadata] name = mpf_component_api -version = 9.0 +version = 10.0 description = OpenMPF Python Component API [options] diff --git a/detection/component_util/setup.cfg b/detection/component_util/setup.cfg index db5be22..1167be3 100644 --- a/detection/component_util/setup.cfg +++ b/detection/component_util/setup.cfg @@ -26,13 +26,13 @@ [metadata] name = mpf_component_util -version = 9.0 +version = 10.0 description = OpenMPF Python Component Utilities [options] packages = find: install_requires = - mpf_component_api>=9.0 + mpf_component_api>=10.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 76f0600..9d3c0e3 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": "9.0", - "middlewareVersion": "9.0", + "componentVersion": "10.0", + "middlewareVersion": "10.0", "sourceLanguage": "python", "batchLibrary": "PythonOcvComponent", "environmentVariables": [], diff --git a/detection/examples/PythonOcvComponent/setup.cfg b/detection/examples/PythonOcvComponent/setup.cfg index 31c456a..449b3d5 100644 --- a/detection/examples/PythonOcvComponent/setup.cfg +++ b/detection/examples/PythonOcvComponent/setup.cfg @@ -26,13 +26,13 @@ [metadata] name = PythonOcvComponent -version = 9.0 +version = 10.0 [options] packages = ocv_component install_requires = - mpf_component_api>=9.0 - mpf_component_util>=9.0 + mpf_component_api>=10.0 + mpf_component_util>=10.0 [options.entry_points] mpf.exported_component = diff --git a/detection/examples/PythonTestComponent/plugin-files/descriptor/descriptor.json b/detection/examples/PythonTestComponent/plugin-files/descriptor/descriptor.json index f852f1b..8192e9b 100644 --- a/detection/examples/PythonTestComponent/plugin-files/descriptor/descriptor.json +++ b/detection/examples/PythonTestComponent/plugin-files/descriptor/descriptor.json @@ -1,7 +1,7 @@ { "componentName": "PythonTestComponent", - "componentVersion": "9.0", - "middlewareVersion": "9.0", + "componentVersion": "10.0", + "middlewareVersion": "10.0", "sourceLanguage": "python", "batchLibrary": "PythonTestComponent", "environmentVariables": [], diff --git a/detection/examples/PythonTestComponent/setup.cfg b/detection/examples/PythonTestComponent/setup.cfg index 49f1634..81ba750 100644 --- a/detection/examples/PythonTestComponent/setup.cfg +++ b/detection/examples/PythonTestComponent/setup.cfg @@ -26,13 +26,13 @@ [metadata] name = PythonTestComponent -version = 9.0 +version = 10.0 [options] packages = test_component install_requires = - mpf_component_api>=9.0 - mpf_component_util>=9.0 + mpf_component_api>=10.0 + mpf_component_util>=10.0 [options.entry_points] mpf.exported_component = diff --git a/detection/nlp_text_splitter/pyproject.toml b/detection/nlp_text_splitter/pyproject.toml index 992a847..4ca28ea 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 = "9.0" +version = "10.0" dependencies = [ "spacy>=3.7.4,<3.7.6", "wtpsplit>=1.3.0" diff --git a/subject/api/pyproject.toml b/subject/api/pyproject.toml index ccc3a37..e38c0ae 100644 --- a/subject/api/pyproject.toml +++ b/subject/api/pyproject.toml @@ -30,8 +30,8 @@ build-backend = "setuptools.build_meta" [project] name = "mpf_subject_api" -version = "9.0" +version = "10.0" description = "OpenMPF Python Component API" dependencies = [ - "mpf_component_api>=9.0" + "mpf_component_api>=10.0" ] diff --git a/subject/examples/PythonSubjectComponent/plugin-files/descriptor/descriptor.json b/subject/examples/PythonSubjectComponent/plugin-files/descriptor/descriptor.json index 3843e16..b944d13 100644 --- a/subject/examples/PythonSubjectComponent/plugin-files/descriptor/descriptor.json +++ b/subject/examples/PythonSubjectComponent/plugin-files/descriptor/descriptor.json @@ -1,6 +1,6 @@ { "componentName": "PythonSubjectComponent", - "componentVersion": "9.0", + "componentVersion": "10.0", "sourceLanguage": "python", "componentLibrary": "PythonSubjectComponent", "properties": [ diff --git a/subject/examples/PythonSubjectComponent/pyproject.toml b/subject/examples/PythonSubjectComponent/pyproject.toml index 27c89c4..b89d46a 100644 --- a/subject/examples/PythonSubjectComponent/pyproject.toml +++ b/subject/examples/PythonSubjectComponent/pyproject.toml @@ -30,7 +30,7 @@ build-backend = "setuptools.build_meta" [project] name = "PythonSubjectComponent" -version = "9.0" +version = "10.0" [project.entry-points."mpf.exported_component"] component = "subject_component:SubjectExampleComponent"