batdetect2/batdetect2/__init__.py
mbsantiago 4b75e13fa2
Some checks failed
Python package / build (3.12) (push) Has been cancelled
Python package / build (3.9) (push) Has been cancelled
Python package / build (3.10) (push) Has been cancelled
Python package / build (3.11) (push) Has been cancelled
Bump version: 1.1.1 → 1.2.0
2025-03-12 18:03:43 +00:00

7 lines
120 B
Python

import logging
numba_logger = logging.getLogger("numba")
numba_logger.setLevel(logging.WARNING)
__version__ = "1.2.0"