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