diff --git a/setup.py b/setup.py index 37a3f636..49086114 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name = 'x-transformers', packages = find_packages(exclude=['examples']), - version = '1.42.19', + version = '1.42.20', license='MIT', description = 'X-Transformers - Pytorch', author = 'Phil Wang',