We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d878c34 commit 7079e49Copy full SHA for 7079e49
setup.py
@@ -10,7 +10,7 @@
10
11
setup(
12
name='berrynet',
13
- version='v3.10.1',
+ version='v3.10.2',
14
description='Deep learning gateway on Raspberry Pi and other edge devices.',
15
long_description=long_description,
16
long_description_content_type="text/markdown",
@@ -73,7 +73,7 @@
73
'bn_tflite=berrynet.service.tflite_service:main',
74
'bn_openvino=berrynet.service.openvino_service:main',
75
'bn_darknet=berrynet.service.darknet_service:main',
76
- 'bn_pipeline=bndyda.bnpipeline:main',
+ 'bn_pipeline=berrynet.bndyda.bnpipeline:main',
77
]
78
},
79
#ext_modules=[
0 commit comments