Skip to content

Commit f8c3e44

Browse files
committed
bump version to 4.8.2
1 parent 65c8065 commit f8c3e44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/doc/en/pro/datasets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: MaixCAM MaixPy: Where to Find Datasets for Training Models
2+
title: MaixCAM MaixP Where to Find Datasets for Training Models
33
---
44

55
## What Are Datasets Used For?

maix/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
version_major = 4
55
version_minor = 8
6-
version_patch = 1
6+
version_patch = 2
77

88
__version__ = "{}.{}.{}".format(version_major, version_minor, version_patch)

0 commit comments

Comments
 (0)