fix: version

This commit is contained in:
debugtalk
2020-02-05 00:38:10 +08:00
parent 459036c69f
commit c0504d8026
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
__version__ = "2.5.5"
__version__ = "2.5.6"
__description__ = "One-stop solution for HTTP(S) testing."
__all__ = ["__version__", "__description__"]