This commit is contained in:
Phil Wang
2022-01-03 12:56:34 -08:00
parent 0082301f9e
commit 28eaba6115

View File

@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name = 'vit-pytorch',
packages = find_packages(exclude=['examples']),
version = '0.26.1',
version = '0.26.2',
license='MIT',
description = 'Vision Transformer (ViT) - Pytorch',
author = 'Phil Wang',