Skip to content

Commit 18a376d

Browse files
authored
chore: bump version to 0.3.2 (#19)
Co-authored-by: Ken Schulz <kwschulz@users.noreply.github.com>
1 parent 43ba07b commit 18a376d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "har-capture"
7-
version = "0.3.1"
7+
version = "0.3.2"
88
description = "HAR capture and PII sanitization library for network traffic analysis"
99
readme = "README.md"
1010
license = "MIT"

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.3.1"
27+
__version__ = "0.3.2"
2828

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

0 commit comments

Comments
 (0)