Skip to content

Commit

Permalink
Update to allow numpy v2.0 (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaramallion authored Jun 17, 2024
1 parent d27f807 commit 87d9ee5
Show file tree
Hide file tree
Showing 5 changed files with 1,144 additions and 756 deletions.
2 changes: 1 addition & 1 deletion openjpeg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# Setup default logging
_logger = logging.getLogger(__name__)
_logger.addHandler(logging.NullHandler())
_logger.debug(f"pylibjpeg v{__version__}")
_logger.debug(f"pylibjpeg-openjpeg v{__version__}")


def debug_logger() -> None:
Expand Down
Loading

0 comments on commit 87d9ee5

Please sign in to comment.