This commit is contained in:
Phil Wang
2021-06-16 14:24:46 -07:00
committed by GitHub
parent e616b5dcbc
commit 53884f583f

View File

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