Skip to content

Commit

Permalink
Bump version: 0.0.7 → 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
IamPhytan committed Dec 4, 2023
1 parent 33015f2 commit 01b94da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ authors:
given-names: "Damien"
orcid: https://orcid.org/my-orcid?orcid=0000-0003-3256-046X
title: "A ROS-agnostic toolbox for common rosbag operations"
version: 0.0.7
version: 0.0.8
date-released: 2023-09-13
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.7
current_version = 0.0.8
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion src/rosbag_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
from .topic_compare import topic_compare
from .topic_remove import topic_remove

__version__ = "0.0.7"
__version__ = "0.0.8"

0 comments on commit 01b94da

Please sign in to comment.