From 3390e252e8978ade2113a6de86ffdce18b16a187 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Thu, 11 Feb 2021 17:39:47 +0000 Subject: IVGCVSW-5694 Update Major, Minor release versions * Update Arm NN version in Version.hpp and all guides * Change Project Version in Doxyfile Signed-off-by: Nikhil Raj Change-Id: I05ab20a1ae5d0376a641df68a5877f97e7609052 --- python/pyarmnn/examples/object_detection/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/pyarmnn/examples/object_detection/README.md') diff --git a/python/pyarmnn/examples/object_detection/README.md b/python/pyarmnn/examples/object_detection/README.md index ea00a36002..38f0630fdf 100644 --- a/python/pyarmnn/examples/object_detection/README.md +++ b/python/pyarmnn/examples/object_detection/README.md @@ -23,7 +23,7 @@ $ pip show pyarmnn You can also verify it by running the following and getting output similar to below: ```bash $ python -c "import pyarmnn as ann;print(ann.GetVersion())" -'22.0.0' +'24.0.0' ``` ##### Dependencies -- cgit v1.2.1