This commit is contained in:
Phil Wang
2021-08-21 09:03:54 -07:00
committed by GitHub
parent 73ed562ce4
commit 6e1be11517

View File

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