Skip to content

Commit

Permalink
Merge pull request #78 from liufang-robot/master
Browse files Browse the repository at this point in the history
fix: pypi
  • Loading branch information
liufang-robot authored Jun 4, 2024
2 parents 993f85d + 24e6059 commit 23f348b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if (POLICY CMP0135)
cmake_policy(SET CMP0135 NEW)
endif()

project(lebai VERSION 1.1.22 LANGUAGES CXX)
project(lebai VERSION 1.1.23 LANGUAGES CXX)

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "lebai sdk"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.1.22
PROJECT_NUMBER = 1.1.23

# 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
Expand Down
3 changes: 3 additions & 0 deletions doc/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# ChangeLog

## 1.1.23
修正pypi生成的问题。

## 1.1.22

调整python构建token。
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class InstallPlatlib(install):
long_description = "See (Lebai sdk doc)[https://lebai-robotics.github.io/lebai-sdk/] for more."

setup(
name='py@PYTHON_PROJECT@',
name='@PYTHON_PROJECT@',
description = 'lebai controller python sdk',
version='@PROJECT_VERSION@',
author='liufang',
Expand Down

0 comments on commit 23f348b

Please sign in to comment.