Skip to content

Commit 01b94da

Browse files
committed
Bump version: 0.0.7 → 0.0.8
1 parent 33015f2 commit 01b94da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ authors:
55
given-names: "Damien"
66
orcid: https://orcid.org/my-orcid?orcid=0000-0003-3256-046X
77
title: "A ROS-agnostic toolbox for common rosbag operations"
8-
version: 0.0.7
8+
version: 0.0.8
99
date-released: 2023-09-13

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.7
2+
current_version = 0.0.8
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
@@ -8,4 +8,4 @@
88
from .topic_compare import topic_compare
99
from .topic_remove import topic_remove
1010

11-
__version__ = "0.0.7"
11+
__version__ = "0.0.8"

0 commit comments

Comments
 (0)