From 02a985cf919d54ae2870f01ffa9208bc71d5ffc1 Mon Sep 17 00:00:00 2001 From: Phil Wang Date: Thu, 5 May 2022 09:16:37 -0700 Subject: [PATCH] 0.3.7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6d5e901..87eaecc 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'retro-pytorch', packages = find_packages(exclude=[]), - version = '0.3.6', + version = '0.3.7', license='MIT', description = 'RETRO - Retrieval Enhanced Transformer - Pytorch', author = 'Phil Wang',