Skip to content

Commit

Permalink
2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoag committed Dec 18, 2024
1 parent 36bdb31 commit 061b112
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>osrf_pycommon</name>
<version>2.1.4</version>
<version>2.1.5</version>
<description>Commonly needed Python modules, used by Python software developed at OSRF.</description>

<maintainer email="[email protected]">William Woodall</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name=package_name,
version='2.1.4',
version='2.1.5',
packages=packages,
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down

0 comments on commit 061b112

Please sign in to comment.