Skip to content

Commit

Permalink
1.6.1 with a fix to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carueda committed Mar 8, 2025
1 parent 0e64d58 commit ed755a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pbp/simpleapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def check_parameters(self) -> str | None:
download_dir=self._download_dir,
output_dir=self._output_dir,
output_prefix=self._output_prefix,
compress_netcdf=self.compress_netcdf,
compress_netcdf=self._compress_netcdf,
assume_downloaded_files=self._assume_downloaded_files,
retain_downloaded_files=self._retain_downloaded_files,
print_downloading_lines=self._print_downloading_lines,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "mbari-pbp"
version = "1.6.0"
version = "1.6.1"
description = "PyPAM based Processing"
authors = [
"Carlos Rueda <carueda@mbari.org>",
Expand Down

0 comments on commit ed755a7

Please sign in to comment.