We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43ba07b commit 18a376dCopy full SHA for 18a376d
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "har-capture"
7
-version = "0.3.1"
+version = "0.3.2"
8
description = "HAR capture and PII sanitization library for network traffic analysis"
9
readme = "README.md"
10
license = "MIT"
src/har_capture/__init__.py
@@ -24,7 +24,7 @@
24
25
from __future__ import annotations
26
27
-__version__ = "0.3.1"
+__version__ = "0.3.2"
28
29
# Re-export public API for convenience
30
from har_capture.sanitization import (
0 commit comments