alkaid_release_platform/thirdparty/py_trees/version.py
ekko.bao 0a0f6a6054 初次创建仓库提交代码
1. 已经构建好了架子了。
2. 添加了示例的插件
2025-04-21 06:37:06 +00:00

20 lines
629 B
Python

#
# License: BSD
# https://raw.githubusercontent.com/splintered-reality/py_trees/devel/LICENSE
#
##############################################################################
# Documentation
##############################################################################
"""
Version number provided separately here so there is easy access for the module,
setup.py and sphinx.
"""
##############################################################################
# Version
##############################################################################
# When changing, Also update setup.py and package.xml
__version__ = '2.1.6'