aboutsummaryrefslogtreecommitdiff
path: root/python/pyarmnn/examples/image_classification/README.md
diff options
context:
space:
mode:
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 7275a2523f..a360f01148 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())"
-'29.0.0'
+'30.0.0'
```
##### Dependencies