Skip to content

Commit 4605b77

Browse files
committed
chore(release): v0.2.7; docs(readme): restructure title; ci: simplify install step name
1 parent 8d2b372 commit 4605b77

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11

2-
# XRobot PkgKit 模块包管理与代码入口生成工具 / Package Management and Entry Point Generation Toolkit
2+
# XRobot PkgKit
3+
4+
模块包管理与代码入口生成工具 / Package Management and Entry Point Generation Toolkit
35

46
<h1 align="center">
57
<img src="https://github.com/Jiu-xiao/LibXR_CppCodeGenerator/raw/main/imgs/XRobot.jpeg" width="300">

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "xrobot"
7-
version = "0.2.6"
7+
version = "0.2.7"
88
description = "A lightweight application framework for robot module management, lifecycle control, and hardware abstraction."
99
requires-python = ">=3.8"
1010
authors = [

src/xrobot/ModuleCreator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class {class_name} : public LibXR::Application {{
122122
run: |
123123
echo "$HOME/.local/bin" >> $GITHUB_PATH
124124
125-
- name: Install xrobot toolchain (assumes pyproject/tar.gz/pip install .)
125+
- name: Install xrobot toolchain
126126
run: |
127127
pip3 install xrobot libxr
128128

0 commit comments

Comments
 (0)