Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/convert_recording.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# requires-python = ">=3.10"
# dependencies = [
# "pillow>=12.1.0,<13",
# "wlsonar>=0.3.1,<0.5",
# "wlsonar>=0.5,<0.6",
# ]
# ///
"""Example use of wlsonar module to convert .sonar recordings to .xyz and .png files."""
Expand Down
2 changes: 1 addition & 1 deletion examples/record_udp_to_file.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# /// script
# requires-python = ">=3.10"
# dependencies = [
# "wlsonar>=0.3.1,<0.5",
# "wlsonar>=0.5,<0.6",
# ]
# ///
"""Example use of wlsonar module: Record UDP packets from Sonar 3D-15 to a .sonar file."""
Expand Down
2 changes: 1 addition & 1 deletion examples/trim_recording.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# /// script
# requires-python = ">=3.10"
# dependencies = [
# "wlsonar>=0.3.1,<0.5",
# "wlsonar>=0.5,<0.6",
# ]
# ///
"""Example use of wlsonar module to trim a .sonar recording by timestamps."""
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "wlsonar"
version = "0.5.0"
version = "0.5.1"
description = "Python client and Range Image Protocol utilities for Water Linked Sonar 3D-15."
readme = "README.md"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.