init v0.10.0 (#147)

This commit is contained in:
wtudio 2025-01-06 17:39:25 +08:00 committed by GitHub
parent 33a84d58f3
commit 881c431db1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 13 additions and 4 deletions

View File

@ -1 +1 @@
0.9.2
0.10.0

View File

@ -38,7 +38,7 @@ PROJECT_NAME = AimRT
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 0.9.0
PROJECT_NUMBER = 0.10.0
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a

View File

@ -9,7 +9,7 @@
project = 'AimRT'
copyright = '2024, Agibot'
author = 'Agibot'
release = 'v0.9.0'
release = 'v0.10.0'
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

View File

@ -0,0 +1,9 @@
# v0.10.0
**重要修改**
**次要修改**

View File

@ -32,7 +32,7 @@ class ExampleRunner:
if self.args.save is not None:
self.check_and_create_directory(self.args.save) # todo ...
subprocess.run(
["pip3", "install", "./aimrt_py_pkg/dist/aimrt_py-0.9.0-cp310-cp310-linux_x86_64.whl", "--force-reinstall"],
["pip3", "install", "./aimrt_py_pkg/dist/aimrt_py-0.10.0-cp310-cp310-linux_x86_64.whl", "--force-reinstall"],
cwd=default_build_path,
)
subprocess.run(