mirror of
https://github.com/MayersScott/rkn-block-checker.git
synced 2026-07-09 17:29:01 +00:00
chore: bump version to 0.5.1
This commit is contained in:
parent
e7da947ae9
commit
bdeee38d37
2 changed files with 2 additions and 2 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
|
|
@ -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__"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue