We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5788e79 commit b5d227fCopy full SHA for b5d227f
CITATION.cff
@@ -5,5 +5,5 @@ authors:
5
given-names: "Damien"
6
orcid: https://orcid.org/my-orcid?orcid=0000-0003-3256-046X
7
title: "A ROS-agnostic toolbox for common rosbag operations"
8
-version: 0.0.6
+version: 0.0.7
9
date-released: 2023-09-13
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.6
+current_version = 0.0.7
3
commit = False
4
tag = False
src/rosbag_tools/__init__.py
@@ -7,4 +7,4 @@
from .topic_compare import topic_compare
from .topic_remove import topic_remove
10
-__version__ = "0.0.6"
+__version__ = "0.0.7"
0 commit comments