From bc7a88838f3858603d4e62a57a7eda9e4ec6bb4a Mon Sep 17 00:00:00 2001 From: akore Date: Thu, 22 Dec 2022 11:11:36 -0500 Subject: [PATCH] bump up to 0.0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6a8a446..98046ae 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'RPQ-pytorch', packages = find_packages(exclude=[]), - version = '0.0.1', + version = '0.0.2', license='MIT', description = 'Reverse Product Quantization (RPQ) of weights to reduce static memory usage.', author = 'Ali Kore',