This commit is contained in:
Phil Wang
2025-01-04 07:55:49 -08:00
parent b7ed6bad28
commit c3018d1433

View File

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