Skip to content

Commit

Permalink
Close #64.
Browse files Browse the repository at this point in the history
Signed-off-by: Bofu Chen (bafu) <bofu@dt42.io>
  • Loading branch information
bafu committed Feb 7, 2021
1 parent d878c34 commit 7079e49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='berrynet',
version='v3.10.1',
version='v3.10.2',
description='Deep learning gateway on Raspberry Pi and other edge devices.',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down Expand Up @@ -73,7 +73,7 @@
'bn_tflite=berrynet.service.tflite_service:main',
'bn_openvino=berrynet.service.openvino_service:main',
'bn_darknet=berrynet.service.darknet_service:main',
'bn_pipeline=bndyda.bnpipeline:main',
'bn_pipeline=berrynet.bndyda.bnpipeline:main',
]
},
#ext_modules=[
Expand Down

0 comments on commit 7079e49

Please sign in to comment.