From cfce3821a00790a342cfcdc6e44a32fda1165321 Mon Sep 17 00:00:00 2001 From: liyong Date: Thu, 8 Aug 2019 13:16:44 +0800 Subject: [PATCH] 0.2.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b4d032b..e98d46e 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ extra_compile_args = ['-g', '-fPIC', '-Wall', '-O2'] -VERSION = '0.2.1' +VERSION = '0.2.2' if not os.path.exists('smhasher/src'): sys.stderr.write('run command:\ngit submodule update --init\n')