This commit is contained in:
Phil Wang
2023-10-24 12:47:38 -07:00
committed by GitHub
parent fb4ac25174
commit 92b69321f4

View File

@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name = 'vit-pytorch',
packages = find_packages(exclude=['examples']),
version = '1.6.1',
version = '1.6.2',
license='MIT',
description = 'Vision Transformer (ViT) - Pytorch',
long_description_content_type = 'text/markdown',