From 2e8bccb429d5c9f68ab40693f4079b35f301b038 Mon Sep 17 00:00:00 2001 From: Divya Date: Tue, 7 Jul 2026 17:44:43 +0530 Subject: [PATCH] chore(release): bump version to 0.5.7 Opens the next release cycle on develop after v0.5.6 landed on master via #330. setup.py reads the literal from __init__.py (#175), so this is the only file to bump. Co-Authored-By: Claude Opus 4.7 (1M context) --- tracebloc_ingestor/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",