Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ahcorde committed Sep 4, 2024
1 parent c59db28 commit 90f0fa1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rqt_bag/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="3">
<name>rqt_bag</name>
<version>2.0.0</version>
<version>2.0.1</version>
<description>rqt_bag provides a GUI plugin for displaying and replaying ROS bag files.</description>

<maintainer email="clalancette@gmail.com">Chris Lalancette</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion rqt_bag/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package_name = 'rqt_bag'
setup(
name=package_name,
version='2.0.0',
version='2.0.1',
package_dir={'': 'src'},
packages=['rqt_bag', 'rqt_bag.plugins'],
data_files=[
Expand Down
2 changes: 1 addition & 1 deletion rqt_bag_plugins/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="3">
<name>rqt_bag_plugins</name>
<version>2.0.0</version>
<version>2.0.1</version>
<description>rqt_bag provides a GUI plugin for displaying and replaying ROS bag files.</description>

<maintainer email="clalancette@gmail.com">Chris Lalancette</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion rqt_bag_plugins/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package_name = 'rqt_bag_plugins'
setup(
name=package_name,
version='2.0.0',
version='2.0.1',
package_dir={'': 'src'},
packages=['rqt_bag_plugins'],
data_files=[
Expand Down

0 comments on commit 90f0fa1

Please sign in to comment.