From 450947e92608c990c611250093db57bad5a70430 Mon Sep 17 00:00:00 2001 From: anki-code Date: Fri, 13 Mar 2020 19:03:14 +0300 Subject: [PATCH] 0.5.5 --- xonssh_xxh/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xonssh_xxh/settings.py b/xonssh_xxh/settings.py index b0f2aa8..412b553 100644 --- a/xonssh_xxh/settings.py +++ b/xonssh_xxh/settings.py @@ -1,7 +1,7 @@ import sys, os global_settings = { - 'XXH_VERSION': '0.5.4' + 'XXH_VERSION': '0.5.5' } if __name__ == "__main__":