From e562e0fd4f0ef0125f4fdf97d242845e78a4492d Mon Sep 17 00:00:00 2001 From: Phil Wang Date: Fri, 19 Nov 2021 17:08:28 -0800 Subject: [PATCH] 0.3.10 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d988d1d..cc8c45d 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'vector_quantize_pytorch', packages = find_packages(), - version = '0.3.9', + version = '0.3.10', license='MIT', description = 'Vector Quantization - Pytorch', author = 'Phil Wang',