diff --git a/tracebloc_ingestor/__init__.py b/tracebloc_ingestor/__init__.py index 7308003..4cb918d 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.7.7" +__version__ = "0.7.8" __all__ = [ "Config",