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',