Skip to content

Commit e9de918

Browse files
committed
Bump version: 0.0.4 → 0.0.5
1 parent 410566a commit e9de918

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.4
2+
current_version = 0.0.5
33
commit = False
44
tag = False
55

src/rosbag_tools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
from .clip import clip
66
from .compute_duration import compute_duration
77

8-
__version__ = "0.0.4"
8+
__version__ = "0.0.5"

0 commit comments

Comments
 (0)