From e99128dd6d780cc7b97cc5c4f37a99b05a834c57 Mon Sep 17 00:00:00 2001 From: lucidrains Date: Tue, 27 Aug 2024 07:12:18 -0700 Subject: [PATCH] small cleanup --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 37c7833..376deef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "vector-quantize-pytorch" -version = "1.16.1" +version = "1.16.2" description = "Vector Quantization - Pytorch" authors = [ { name = "Phil Wang", email = "lucidrains@gmail.com" }