aboutsummaryrefslogtreecommitdiff
path: root/python/pyarmnn/examples/image_classification/README.md
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2023-07-17 14:15:17 +0100
committerTeresaARM <teresa.charlinreyes@arm.com>2023-07-17 15:13:24 +0000
commit02a22e7c84f007f742eb43d221cc37e2bd591edb (patch)
tree141f0feed9df59239aa9f8882602d3d6bce7c8ca /python/pyarmnn/examples/image_classification/README.md
parent7b89992e740cf9b34f45a679e5e293a85ff75bcf (diff)
downloadarmnn-02a22e7c84f007f742eb43d221cc37e2bd591edb.tar.gz
Update version in pyarmnn
* This updates checks in pyarmnn to new version * Updates documents to newer version Change-Id: If1321ea4e74a10993b205cce1d3618844b0ddc06 Signed-off-by: Nikhil Raj <nikhil.raj@arm.com>
Diffstat (limited to 'python/pyarmnn/examples/image_classification/README.md')
-rw-r--r--python/pyarmnn/examples/image_classification/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pyarmnn/examples/image_classification/README.md b/python/pyarmnn/examples/image_classification/README.md
index fa0f89eba0..7eafc11c6b 100644
--- a/python/pyarmnn/examples/image_classification/README.md
+++ b/python/pyarmnn/examples/image_classification/README.md
@@ -20,7 +20,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())"
-'32.0.0'
+'33.0.0'
```
##### Dependencies