20 lines
629 B
Python
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'
|