This commit is contained in:
lucidrains
2025-01-19 05:53:11 -08:00
parent ab63fc9cc8
commit 9f49a31977

View File

@@ -6,7 +6,7 @@ with open('README.md') as f:
setup(
name = 'vit-pytorch',
packages = find_packages(exclude=['examples']),
version = '1.9.1',
version = '1.9.2',
license='MIT',
description = 'Vision Transformer (ViT) - Pytorch',
long_description = long_description,