This commit is contained in:
Phil Wang
2021-05-18 14:40:33 -07:00
committed by GitHub
parent c457573808
commit b483b16833

View File

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