This commit is contained in:
Phil Wang
2024-07-19 09:49:44 -07:00
parent bd72b58355
commit 547bf94d07

View File

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