0.20.0 for cct

This commit is contained in:
Phil Wang
2021-07-02 15:48:48 -07:00
committed by GitHub
parent 121353c604
commit a6c085a2df

View File

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