Skip to content

Commit 2a1f7db

Browse files
committed
Bump version to 0.16.2.
1 parent c2735b5 commit 2a1f7db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ai2070-l0"
3-
version = "0.16.1"
3+
version = "0.16.2"
44
description = "Reliability layer for AI/LLM streaming with retry, guardrails, and observability"
55
readme = "README.md"
66
requires-python = ">=3.10"

src/l0/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.16.1"
1+
__version__ = "0.16.2"

0 commit comments

Comments
 (0)