cleanup and release 0.8.0

This commit is contained in:
Phil Wang
2021-03-08 07:28:31 -08:00
parent 0e63766e54
commit 173e07e02e
4 changed files with 17 additions and 14 deletions

View File

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