chore: bump version to 0.5.1
Some checks failed
CI / test (3.10) (push) Has been cancelled
CI / test (3.11) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled

This commit is contained in:
MayersScott 2026-06-12 12:14:50 +03:00
parent e7da947ae9
commit bdeee38d37
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "rkn-block-checker"
version = "0.5.0"
version = "0.5.1"
description = "Diagnose RKN/TSPU internet blocks layer by layer (DNS, TCP, TLS, HTTP)."
readme = "README.md"
license = { text = "MIT" }

View file

@ -1,4 +1,4 @@
from .models import BLOCKED_VERDICTS, CheckResult, Verdict
__version__ = "0.4.0"
__version__ = "0.5.1"
__all__ = ["CheckResult", "Verdict", "BLOCKED_VERDICTS", "__version__"]