Skip to content

Commit b4e54c3

Browse files
committed
Bump version: 0.0.2 → 0.0.3
1 parent a5557d0 commit b4e54c3

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.2
2+
current_version = 0.0.3
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
@@ -4,4 +4,4 @@
44
from .topic_remove import topic_remove
55
from .clip import clip
66

7-
__version__ = "0.0.2"
7+
__version__ = "0.0.3"

0 commit comments

Comments
 (0)