This commit is contained in:
Phil Wang
2021-08-30 08:14:43 -07:00
committed by GitHub
parent b9eadaef60
commit d2d6de01d3

View File

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