Skip to content

Commit f59f171

Browse files
kwschulzclaude
andcommitted
fix: sync __version__ with pyproject.toml (0.2.1)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 1c8fe73 commit f59f171

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/har_capture/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
from __future__ import annotations
2626

27-
__version__ = "0.2.0"
27+
__version__ = "0.2.1"
2828

2929
# Re-export public API for convenience
3030
from har_capture.sanitization import (

0 commit comments

Comments
 (0)