diff --git a/src/constants.py b/src/constants.py index a2d2e9d..dcd6872 100644 --- a/src/constants.py +++ b/src/constants.py @@ -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", -) \ No newline at end of file +)