alkaid_release_platform/thirdparty/py_trees/version.py

20 lines
629 B
Python
Raw Normal View History

#
# 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'