Skip to content

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stonier committed Aug 11, 2020
1 parent 3086f1e commit bb8e4ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package format="3">
<name>py_trees</name>
<!-- When updating, also update setup.py and version.py -->
<version>2.1.0</version>
<version>2.1.1</version>
<description>
Pythonic implementation of behaviour trees.
</description>
Expand Down
2 changes: 1 addition & 1 deletion py_trees/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
##############################################################################

# When changing, Also update setup.py and package.xml
__version__ = '2.1.0'
__version__ = '2.1.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# That is the price paid for a pypi and catkin package.
d = setup(
name='py_trees',
version='2.1.0', # also update package.xml and version.py
version='2.1.1', # also update package.xml and version.py
packages=find_packages(exclude=['tests*', 'docs*']),
install_requires=install_requires,
extras_require=extras_require,
Expand Down

0 comments on commit bb8e4ac

Please sign in to comment.