fix: version

This commit is contained in:
debugtalk
2020-02-05 00:38:10 +08:00
parent b19ec9e998
commit 63646dc42b
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__"]