Skip to content

Commit

Permalink
bump version to 4.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree committed Dec 5, 2024
1 parent 65c8065 commit f8c3e44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/doc/en/pro/datasets.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: MaixCAM MaixPy: Where to Find Datasets for Training Models
title: MaixCAM MaixP Where to Find Datasets for Training Models
---

## What Are Datasets Used For?
Expand Down
2 changes: 1 addition & 1 deletion maix/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

version_major = 4
version_minor = 8
version_patch = 1
version_patch = 2

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

0 comments on commit f8c3e44

Please sign in to comment.