This commit is contained in:
Phil Wang
2021-04-30 06:44:54 -07:00
committed by GitHub
parent fd4a7dfcf8
commit 65bb350e85

View File

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