Update constants.py

This commit is contained in:
denuitt1
2026-05-01 09:24:45 -07:00
committed by GitHub
parent 8aaad9cbfe
commit ae0f486296
+2 -2
View File
@@ -8,7 +8,7 @@ overridden from `config.json` where noted.
from __future__ import annotations
# ── Version ───────────────────────────────────────────────────────────────
__version__ = "1.1.0"
__version__ = "2.0.1"
# ── Size caps ─────────────────────────────────────────────────────────────
@@ -224,4 +224,4 @@ STATEFUL_HEADER_NAMES: tuple[str, ...] = (
UNCACHEABLE_HEADER_NAMES: tuple[str, ...] = (
"cookie", "authorization", "proxy-authorization", "range",
"if-none-match", "if-modified-since", "cache-control", "pragma",
)
)