Phil Wang
2024-04-17 09:39:45 -07:00
parent 8b8da8dede
commit 12249dcc5f
2 changed files with 8 additions and 6 deletions

View File

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