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 410566a commit e9de918Copy full SHA for e9de918
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.4
+current_version = 0.0.5
3
commit = False
4
tag = False
5
src/rosbag_tools/__init__.py
@@ -5,4 +5,4 @@
from .clip import clip
6
from .compute_duration import compute_duration
7
8
-__version__ = "0.0.4"
+__version__ = "0.0.5"
0 commit comments