From 7537f3c17b7959f99bbe709c7e6bec518fde9ec7 Mon Sep 17 00:00:00 2001 From: anki-code Date: Sun, 16 Feb 2020 21:00:18 +0300 Subject: [PATCH] bump version --- 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 aa1dd6e..93c5afc 100644 --- a/xonssh_xxh/settings.py +++ b/xonssh_xxh/settings.py @@ -1,7 +1,7 @@ import sys global_settings = { - 'XXH_VERSION': '0.2.7' + 'XXH_VERSION': '0.2.8' } if __name__ == "__main__":