Skip to content

Commit

Permalink
v 0.1.1 toml bump
Browse files Browse the repository at this point in the history
  • Loading branch information
1hada committed Apr 15, 2023
1 parent fdbb17c commit 65a0097
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions examples/main_direct.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@
main_args.input_paths = [os.path.join(os.getcwd(),"tests","data","raw")]
main_args.output_path = os.path.join(os.getcwd(),"tests","data")
main_args.outbag_name = "merged_bag"
main_args.write_bag = True
main_args.topic_file = os.path.join(os.getcwd(),"tests","topic_list.txt")
# remove previous bag
try:
os.remove(os.remove(os.path.join(main_args.output_path,"merged_bag.bag")))
os.remove(os.path.join(main_args.output_path,"merged_bag.bag"))
print("% s removed successfully" % path)
except OSError as error:
print(error)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ name = "rosbag_merge"
# version is the package version. See the version specifier specification
# for more details on versions. Some build backends allow it to be
# specified another way, such as from a file or a git tag.
version = "0.1.0"
version = "0.1.1"
authors = [
{ name="Jonathan Sanabria", email="[email protected]" },
]
Expand Down

0 comments on commit 65a0097

Please sign in to comment.