diff --git a/tracebloc_ingestor/__init__.py b/tracebloc_ingestor/__init__.py index 2b937fe..13e4b8a 100644 --- a/tracebloc_ingestor/__init__.py +++ b/tracebloc_ingestor/__init__.py @@ -28,7 +28,7 @@ # Single source of truth for the package version. setup.py parses this literal # (see _read_version in setup.py) so the two can't drift again (#175). Bump here # only — setup.py picks it up automatically. -__version__ = "0.5.6" +__version__ = "0.5.7" __all__ = [ "Config",